CoinNudge
The CoinNudge Research API provides programmatic access to the latest crypto market research datasets—such as market breadth, funding rates, and open‑interest—available as JSON or CSV, and (with a paid plan) also delivers immutable daily market‑events releases for selected Binance spot pairs.
Latency
1083ms p95
Uptime
100.0% 30d
Playground
Verified
live
Endpoints
/research/catalog
All current Research dataset IDs, calculation versions, JSON/CSV request URLs and your account limit.
/research/{dataset_id}
One current Research dataset as JSON.
/research/{dataset_id}/csv
The current tabular observations for that dataset as CSV.
/catalog
Available dataset, symbols, coverage dates, freshness and account limits.
/schema
Field names, types, units, nullable flags and limitations for the current product.
/releases
Published daily releases (latest first).
/rows/{release_id}
Filtered rows plus total, has_more and next_offset.
/download/{release_id}/{format}
Full daily file in the requested format (csv, parquet, json, manifest, or schema).
8 endpoints auto-detected
Authentication
This API uses Bearer token authentication — pass your token in the Authorization header.
curl -X GET \ "https://coinnudge.site/data/api-docs/research/catalog" \ -H "Authorization: Bearer YOUR_TOKEN"
coinnudge.site · HTTPS only