Authentication
Overview
Getting Your API Key
Using Your API Key
Header Format
apikey: YOUR_API_KEYcurl Example
curl -X POST 'https://api.nansen.ai/api/v1/smart-money/holdings' \
-H 'Content-Type: application/json' \
-H 'apikey: YOUR_API_KEY' \
-d '{"chains": ["ethereum"]}'Python Example
Python with Environment Variable
Authentication Errors
401 Unauthorized
403 Forbidden
Key Management
Last updated
Was this helpful?