Recent Trades History

Retrieves recent trades for the specified pair.

Query Params
string
required

Trading pair code representing the market.

string

End time of the query period(UTC). This is an optional filter parameter to retrieve trade executed before a specific time window on the selected date.

Specify the time in either HHmmss or HH:mm:ss format. The results are returned in reverse chronological order starting from the specified time.

[Example]
days_ago=1&to=130000 returns trades before 13:00:00 UTC of the previous day in descending order.

integer
Defaults to 1

Number of trades to retrieve. Supports up to 500 trades. Default: 1.

integer

Cursor for pagination.
Enter the "sequential_id" from the API response into this field to continue retrieving trade history.
It returns up to "count" trades prior to the specified sequential_id.

integer

Day offset between the trade date to query and the request time. Trade history must be queried by specifying the trade date, and up to 7 days of history is supported (based on UTC). Specify an integer between 1 and 7.
If omitted, the API returns the trades for the request date.
If set to 7, it returns trades executed 7 days before the request date, in reverse chronological order (latest first).

Responses

Language
URL
LoadingLoading…
Response
Choose an example:
application/json