Skip to main content
GET
Get trade by ID
v1 sunsets December 31, 2026. Migrate to v2 — see the migration guide.
Provides detailed information on a specific trade using its unique identifier. Use this endpoint to:
  • Verify order execution details
  • View settlement status
  • Access transaction timestamps
  • Review trade parameters

Errors

See the full v1 error reference.

Authorizations

Authorization
string
header
required

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

Path Parameters

orgId
string
required
id
string
required

Response

success

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

"success"

data
object | null
message
string
Example:

"Data fetched successfully"