Get Query Results

API key can be the user or query API key
Use this endpoint to get a cached result for any query ID as a JSON file:
get
https://query.nansen.ai/api
/queries/<id>/results.json?api_key=<api_key>
Get a cached result for this query ID as JSON
If you prefer to get the results as a CSV file, use this endpoint:
get
https://query.nansen.ai/api
/queries/<id>/results.csv?api_key=<api_key>
Get a cached result for this query ID as CSV
If you want to do a fresh query execution or get results for parameterized queries, see the following instructions: