Use case 5: Monitoring CEX Health
1. Scenario
Name
Assets on Exchange
24hr Net Flows
2. Solution
3. Step-by-Step Guide
Step 1: Get Current Assets on Exchange
curl -X POST "https://api.nansen.ai/api/v1/profiler/address/current-balance" \
-H "apiKey: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"entity_name": "Coinbase",
"chain": "all",
"hide_spam_token": true,
"pagination": { "page": 1, "per_page": 1000 }
}'Step 2: Calculate 24hr Net Flow
Step 3: Format Results
Last updated
Was this helpful?