Simple Use cases
1. Viewing DeFi Positions
curl -L \
--request POST \
--url 'https://api.nansen.ai/api/v1/portfolio/defi-holdings' \
--header 'apiKey: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"wallet_address": "0x4062b997279de7213731dbe00485722a26718892"
}'2. Viewing Smart Money Holdings
3. Finding Top Holders of a Token
4. Using Token Screener to Find New Tokens
Next Steps
Last updated
Was this helpful?