Prerequisites
Prerequisites for Using the Nansen API
Before integrating with the Nansen API, ensure the following requirements are met:
Nansen API Subscription: You need an active subscription to Nansenβs Professional plan that includes API access.
API Key: Log in to your Nansen account to obtain your personal API key from the dashboard.
HTTPS Client: Be familiar with making HTTPS requests using tools like
curl
, or libraries likerequests
in Python, oraxios
/fetch
in Node.js.Development Environment: Set up a suitable environment for writing and executing code to interact with APIs.
Sample Request: Smart Money Inflows Endpoint
HTTPS Request
cURL Example
Additional Notes
Always refer to the official API documentation for parameter options and rate limit details.
Ensure your API key remains confidential and is not shared in public repositories.
Last updated
Was this helpful?