Skip to main content
GET
List trades
Returns a paginated list of all trades for the organization, covering both completed and pending orders. Use this endpoint to:
  • Track trading activity
  • Monitor order statuses
  • Generate trading reports
  • Reconcile transactions

Errors

See the full v2 error reference for retry semantics and idempotency-specific codes.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

Query Parameters

page
number | null
Required range: x >= 1
Example:

1

limit
number | null
Required range: 1 <= x <= 50
Example:

10

Response

success

status
enum<string>
Available options:
success,
error
Example:

"success"

data
object[]
message
string
Example:

"Data fetched successfully"

meta
object