Skip to main content
GET
Get Trade History

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

sub_account_address
string
required
symbol
null | string
Example:

"BTC-USDCx"

order_id
null | string<uuid>
order_link_id
null | string
start_time
string<date-time> | null
end_time
string<date-time> | null
limit
integer<int32> | null
Required range: x >= 0
cursor
string | null

Response

200 - application/json

Trade history

Response for trade history queries.

list
object[]
required
next_page_cursor
string | null