API Structure & Base URL
All interactions with the Nansen API occur via HTTPS requests to specific endpoints. The general structure of an API call is:
HTTP Method: Primarily
POST
for retrieving data.Base URL: The root URL for all API requests is:
Endpoint Path: The specific path identifying the resource and desired data, appended directly to the Base URL (e.g.,
/smart-money/inflows
). Endpoint paths for specific 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. For example:
Last updated
Was this helpful?