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 processedconfirmed: the operation completed successfully; state changes are reflected in the accountrejected: the operation was rejected by trading rules or risk checksfailed: the operation could not be processed due to an internal error
Request
Responses
- 200
- 400
- 401
- 404
- 410
- 500
Operation status
Bad Request
Authorization failed
Operation not found
Invalid account
Internal Server Error
The server encountered an unexpected condition that prevented it from fulfilling the request.