The Data API v1 is now available. Almost all the data obtained by Nucleus can be retrieved using this API.
This API is in beta for now, please let us know if you encounter any issue or if you need to fetch a specific data that isn't documented here, we strive to be fast to respond. We will add more endpoints over time.
Authentication
Nucleus expects the API key to be included in all requests to the server in a auth header:
Authorization: your_access_token
Example:
curl"api_endpoint_here" h -H "Authorization: your_access_token"
You may also send it in the body of a POST request as the parameter token.