Skip to main content
GET
Post-Trade Data

Query Parameters

symbol
string

Filter the results to the currency pair.

from_ts
string<ISO 8601>

Filter the results to include the trades after this timestamp.

to_ts
string<ISO 8601>

Filter the results to include the trades before or at this timestamp.

count
integer
default:1000

The maximum number of trades to return.

Required range: 1 <= x <= 1000

Response

200 - application/json

Post-trade data retrieved.

A list of trades. A maximum of count trades will be returned in a single query, as specified in the query parameters.

result
object
error
string[]

Kraken API error