Get the transaction info by ID

Returns one transaction in full: the operations it carries, its current status, and once it settles its on-chain hash and fee. Use it to follow a transactionId through to DONE or FAILED after a mint, a burn, a trustline or a withdrawal.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The transaction id, as returned in transactionId by the call that created it, such as POST /trades/buy, POST /trades/sell, POST /assets/trustlines or POST /bank-accounts/withdraw, or in id by GET /transactions. A value that is not a well-formed id is reported as not found rather than rejected.

Headers
string
required

Bearer JWT obtained from POST /mfa/login. Send as "Bearer ". Expires after 5 minutes.

Responses

401

Unauthorized. The bearer token is missing, expired or invalid. The response body is empty.

403

Forbidden, with messageKey transaction.access_denied. The transaction was neither created by your company nor sent from one of your wallets.

404

No transaction exists with that id, with messageKey transaction.tx_not_found. Also returned for a value that is not a well-formed id.

500

Internal server error

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json