Authentication
The Nansen API uses API key-based authentication. All requests must include an API key provided in the request header for successful authentication.
Obtaining API Keys
During the closed beta phase, API Keys can be obtained by contacting Nansen.
Including Your API Key in Requests
Add the following header to all API requests:
Header Name
Header Value
apikey
YOUR_API_KEY
Replace YOUR_API_KEY
with your actual API key.
Example API Request
cURL Example:
Last updated
Was this helpful?