Skip to main content
GET
Get trade by ID
Returns detailed information about 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 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
id
string
required

Response

success

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

"success"

data
object
message
string
Example:

"Data fetched successfully"