Skip to main content

Get operation status

GET 

/v1/trading/accounts/:account_id/operations/:operation_id

Returns the current status of an asynchronous trading operation.

Use this endpoint to poll for the result of a trading operation when the corresponding transaction_event is not received through the Trading events subscription within an expected time window.

Rules:

  • the operation must belong to the specified account
  • pending operations may transition to a terminal state at any time
  • operations are retained for 24 hours

Operation status values:

  • pending: the operation has been accepted and is being processed
  • confirmed: the operation completed successfully; state changes are reflected in the account
  • rejected: the operation was rejected by trading rules or risk checks
  • failed: the operation could not be processed due to an internal error

Request

Responses

Operation status