Skip to main content
GET
Get Trades

Query Parameters

market
string
required

Trading market to query

Example:

"AAPL-USD.P"

limit
integer

Maximum number of results to return

Example:

100

cursor
string

Pagination cursor

Example:

"NQ5WWO3THN3Q===="

Response

Paginated list of trades, most recent first

success
boolean
required

Whether the request was successful

Example:

true

error
string

Error message, present only on failure

Example:

""

error_code
string

Semantic error code. See each endpoint's error responses for the specific codes it can return.

deprecated
string

Deprecation notice, if applicable

Example:

""

result
object[]
pageInfo
object