List Trades
Lists trades you can access, newest first. User credentials see their own trades and those of accounts they belong to, including connected accounts; account credentials see their account and its connected accounts. These are submission records, not fill or position history.
Authorizations
An Account API key, an App API key, an account access token, an account-scoped user token, or a user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************. See Auth & API keys for how to get each one.
Headers
Pins the request to a dated API version.
"2026-09-24-1"
Query Parameters
Only return trades for this account or user, prefixed biz_ or user_.
Only return trades with this submission status.
pending, submitted, completed, failed, submission_unknown Only return trades of this kind, such as create_orders for order submissions.
create_orders, cancel_orders, update_leverage Field to sort by.
created_at, updated_at Sort direction.
asc, desc Number of results to return from the start of the range.
x <= 100Return results after this cursor. Use page_info.end_cursor from the previous response to fetch the next page.
Number of results to return from the end of the range.
x <= 100Return results before this cursor. Use page_info.start_cursor from the previous response to fetch the previous page.

