List Trades
GEThttps://api.gemini.com/v1/trades/{symbol}
This will return the trades that have executed since the specified timestamp. Timestamps are either seconds or milliseconds since the epoch (1970-01-01). Each request will show at most 500 records.
Note
This public API endpoint is limited to retrieving seven calendar days of data.
Please contact us for information about Gemini market data.
GET
curl --request GET \
--url https://api.gemini.com/v1/trades/BTCUSDPath Parameters
Query Parameters
Responses
The response will be an array of JSON objects, sorted by timestamp, with the newest trade shown first.
Last modified on