APIHub
Back to Explore

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.

Cryptocurrency
bearer
HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

1083ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/research/catalog

All current Research dataset IDs, calculation versions, JSON/CSV request URLs and your account limit.

GET

/research/{dataset_id}

One current Research dataset as JSON.

  • dataset_id (path, required) — Stable dataset identifier used as DATASET_ID in URLs.
GET

/research/{dataset_id}/csv

The current tabular observations for that dataset as CSV.

  • dataset_id (path, required) — Stable dataset identifier used as DATASET_ID in URLs.
GET

/catalog

Available dataset, symbols, coverage dates, freshness and account limits.

GET

/schema

Field names, types, units, nullable flags and limitations for the current product.

GET

/releases

Published daily releases (latest first).

  • limit (query, limit) — Number of releases to return (1–100). Default 30.
GET

/rows/{release_id}

Filtered rows plus total, has_more and next_offset.

  • release_id (path, required) — Immutable release identifier obtained from the releases endpoint.
  • symbol (query) — One of BTCUSDT, ETHUSDT, SOLUSDT, BNBUSDT, XRPUSDT or DOGEUSDT. Omit for all six.
  • sample_type (query) — event or control. Omit for both.
  • limit (query, limit) — Rows per request (1–500). Default 100.
  • offset (query, offset) — Paging offset (0–100000). Default 0.
GET

/download/{release_id}/{format}

Full daily file in the requested format (csv, parquet, json, manifest, or schema).

  • release_id (path, required) — Immutable release identifier obtained from the releases endpoint.
  • format (path, required) — File 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