πAPI Structure & Base URL
All interactions with the Nansen API V1 occur via HTTPS requests to specific endpoints. The general structure of an API call is:
HTTP Method + Base URL + Endpoint PathHTTP Method: Primarily β`POST` for retrieving data.
Base URL: The root URL for all V1 API requests is:
https://api.nansen.ai/api/v1Endpoint Path: The specific path identifying the resource and desired data, appended directly to the Base URL (e.g., β`/smart-money/netflows`). Endpoint paths for V1 resources are detailed within their respective sections of this documentation.
Request Body: Parameters are typically passed in JSON format within the request body for POST requests.
Last updated
Was this helpful?