Query Trade History

Get recent exchange trade history records (authentication required).

Query Params
string

Trading pair, optional; if omitted, defaults to querying data for all pairs

int64

Order ID, optional

int64

Trade ID, optional; if tradeId is provided, orderId becomes required

boolean
Defaults to false

Forward/backward pagination query; default false represents backward pagination

integer
1 to 500
Defaults to 100

Number of records to query; default 100, max 500, min 1

int64

Start time (timestamp); start time must be earlier than end time

int64

End time (timestamp); end time must be later than start time, time interval cannot exceed 7 days

int64

Starting index for query; backward pagination requires max id on current page, forward pagination requires min id on current page

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json