v1
latestOpenAPI 3.0.32026-07-1492428.9 KBExchange
/exchange/trades
Retrieves recent trades executed on a market.
get/v1/exchange/trades
Query parameters
symbolstring required
The market symbol to get the trades for.
tradeType'ORDER' | 'LIQUIDATION' | 'DELEVERAGE' | 'UNSPECIFIED'
Type of trade.
Type of trade.
limitinteger
Default 500; max 1000.
startTimeAtMillisinteger
The timestamp specifies the earliest point in time for which data should be returned. The value is not included.
endTimeAtMillisinteger
The timestamp specifies the latest point in time for which data should be returned. The value is included.
pageinteger
The page number to retrieve in a paginated response.
Response
Recent trades
Example response
[
{
"id": 28457,
"symbol": "0x123",
"price": "4000001000",
"quantityE9": "12000000000",
"quoteQuantityE9": "48000012000",
"side": "LONG",
"timeAtMillis": 1499865549590,
"txHash": "0x123456789abcdef"
}
]