S3 Bulk Downloads

We offer Amazon S3 bulk downloads to retrieve massive historical datasets for select data types, delivered at the end of the day GMT time as a GZIP compressed JSON file.

Supported S3 Data Types

Spot Market
Order Book Updates
Order Book Snapshots
Trades
Tickers

DeFi and On-Chain S3 Downloads are coming soon.


Fields & Descriptions

Spot - Trades

FieldDescription
exchangeThe name of the exchange.
pairThe name of the asset pair.
exchangeTimestampThe time at which the trade took place.
exchangeTimestampNanosecondsThe nanosecond part of the exchangeTimestamp where applicable.
tradeIdThe exchange provided id of the trade.
receivedTimestampThe time Amberdata received the trade data.
receivedTimestampNanosecondsThe nanosecond part of the receivedTimestamp.
metadataThe metadata associated with the trade data.
isBuySideIndicates if the trade is a buy or sell: true for a buy and false for a sell.
priceThe price at which the asset was traded.
quoteSizeQuote size at the moment of trade
sizeThe total amount of that asset that was traded.

Spot - Order Book Snapshots

FieldDescription
exchangeThe name of the exchange.
pairThe name of the asset pair.
exchangeTimestampThe time at which the order book snapshot took place.
exchangeTimestampNanosecondsThe nanosecond part of the exchangeTimestamp where applicable.
isBidIndicates if the order is a bid or ask: true for a bid and false for an ask.
timestampThe time at which the order book snapshot took place.
receivedTimestampTimestamp when Amberdata received the order book snapshot.
receivedTimestampNanosecondsThe nanosecond part of the receivedTimestamp.
metadataThe metadata associated with the order book data.
sequenceThe sequence number provided by the exchange (equal to null if it is not provided by the exchange).
dataThe order book data corresponding to the columns fields.
maxPriceThe maximum price for the asset pair. Any buy orders you submit higher than this price, will be clamped to this maximum.
minPriceThe minimum price for the asset pair. Any sell orders you submit lower than this price will be clamped to this minimum.

Spot - Order Book Events

FieldDescription
exchangeThe name of the exchange.
pairThe name of the asset pair.
exchangeTimestampThe time at which the order book event took place.
exchangeTimestampNanosecondsThe nanosecond part of the exchangeTimestamp where applicable.
isBidIndicates if the order is a bid or ask: true for a bid and false for an ask.
receivedTimestampTimestamp when Amberdata received order book event.
receivedTimestampNanosecondsThe nanosecond part of the receivedTimestamp.
timestampTimestamp when Amberdata received order book event.
metadataThe metadata associated with the order book data.
sequenceThe sequence number provided by the exchange (equal to null if it is not provided by the exchange).
dataThe order book data corresponding to the columns fields.

Spot - Tickers

FieldDescription
exchangeThe name of the exchange.
pairThe name of the asset pair.
timestampThe time at which the event occurred.
timestampNanosecondsThe nanosecond part of the timestamp where applicable.
exchangeTimestampThe time at which the event occurred.
exchangeTimestampNanosecondsThe nanosecond part of the exchangeTimestamp where applicable.
receivedTimestampTimestamp when Amberdata received the ticker data.
receivedTimestampNanosecondsThe nanosecond part of the receivedTimestamp.
metadataThe metadata associated with the ticker data.
sequenceThe sequence number provided by the exchange (equal to null if it is not provided by the exchange).
askThe ask price of the market pair.
askVolumeIt represents the requested order size of all best asks.
bidThe bid price of the market pair.
bidVolumeIt represents the requested order size of all best bids.
lastThe last price of the market pair.
midThe mid price of the market pair.