Skip to main content

GET /trades

Ordered from present to past.

Pagination Besides set of trades in trades array, endpoint returns accountId and actual values for since and until if they weren't specified by client.

To fetch it, client should pass since and until returned and add nextStartInclusive's value as startInclusive parameter. By default, startInclusive and nextStartInclusive are trade ids. When paginationMode=actionId, they are action ids, and pageSize counts distinct action ids instead of individual trade rows. If nextStartInclusive is absent, it means there's no more data to fetch, even if 50 entries were returned.

Request

Responses