Historical Data
How to get centralized exchanges historical data and information.
Last updated
Was this helpful?
How to get centralized exchanges historical data and information.
Last updated
Was this helpful?
Historical data provides several years of daily historical crypto prices, volumes, trades, and aggregates for each cryptocurrency.
Historical data is exchange specific, so some exchanges provide more historical data than others. If you want to save large amounts of historical data, please .
Historical data is accessible on the and market data endpoints.
To access historical data, use the since
parameter. The since
parameter accepts a Unix timestamp from where you want the data to start.
To help convert Unix timestamps we use .
since
Int
Unix Timestamp from where you want the time to start.
GET
https://api.abyiss.com/v1/{exchange}/{market}/trades?since={Unix Timestamp}
Returns an object with historical trade data.
exchange*
string
Unique exchange identifier used by Abyiss.
market*
string
Unique Crypto Pair identifier used by the exchange.
since*
int
Unix Timestamp from where you want the data to start. (Historical Data)
limit
int
Number of results per request. Maximum 50,000. (default 200)
apiKey*
string
Your Abyiss API Key
Trades Example URL:
Aggregates Example URL: