get https://api.amberdata.com/arc/exchanges/statistics
Retrieve the latest known instruments statistics from exchanges that Amberdata supports.
Requires an Amberdata Subscription
The ARC dataset is open-source and is available on (github.com/amberdata/arc). However, access to this API endpoint requires a valid and active Amberdata API key. Please contact your Amberdata Account Executive for more information.
Dataset Freshness & SLA
All updates to ARC must pass human review before being published. The dataset is updated at least once a week, and at most once per day. Refer to the
updatedAt
property in the API response to identify when the dataset was last refreshed.
Response Data
Fields and paths are relative to the top-level payload
field i.e. metadata.next
is equivalent to payload.metadata.next
.
JSON Field/Path | Value Type | Optional | Description |
---|---|---|---|
metadata.next | string | Yes | Pagination |
data.lastUpdatedAt | string | The timestamp of the last time this data was updated. | |
data.totalExchanges | integer | The total number of exchanges supported by Amberdata (both active and inactive). | |
data.totalInstrumentsSpot | integer | The total number of spot instruments across all exchanges supported by Amberdata. | |
data.byExchange[index].exchange | string | The Amberdata name of the exchange. | |
data.byExchange[index].instrumentSpot | integer | The count of spot instruments supported for the exchange |