Skip to main content
GET
Fetch trades by markets, wallets and/or orders

Headers

authorization
string
required

Header with the accessToken for the current session

Query Parameters

marketIds
string[]

list of market ids

walletIds
string[]

list of wallet ids

orderIds
string[]

list of order ids

fromCreatedAt
string<date-time>

beginning of the creation date range filter (inclusive)

toCreatedAt
string<date-time>

end of the creation date range filter (inclusive)

page
integer
default:0

Zero-based page index (0..N)

size
integer
default:20

The size of the page to be returned

sort
string[]

Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

Response

OK

_meta
object
trades
object[]
orders
object[]
markets
object[]
events
object[]
eventGroups
object[]
subcategories
object[]
categories
object[]