Developers
API
A REST interface over the same data that powers NetQuantix. Authenticate with a project key sent as an X-API-Key header; responses are JSON and rate limited per plan.
| Method | Endpoint | Description |
|---|---|---|
| GET | /v1/listings | Paginated market listings with 1h/24h/7d changes. |
| GET | /v1/coins/{slug} | Full asset profile, supply and metadata. |
| GET | /v1/coins/{slug}/ohlcv | Daily open, high, low, close and volume. |
| GET | /v1/coins/{slug}/markets | Trading pairs, volume and depth by venue. |
| GET | /v1/exchanges | Spot and derivatives exchange rankings. |
| GET | /v1/global | Total market cap, volume and dominance metrics. |
Public keys are not yet issued — endpoints are documented ahead of the developer preview.











