Skip to main content
GET
GET /widget/transactions/{id}
Returns the current, normalized status of a transaction.

Path parameters

string
required
The transaction identifier returned by POST /widget/session.

Headers

string
required
Bearer token. Format: Bearer <client_token>.

Response

string
The transaction identifier.
string
Your internal user identifier (echo of the session request).
string
buy or sell.
string
pending, processing, completed, failed, or cancelled. See Transaction Status.
string
Crypto currency.
string
Blockchain network.
string
Final crypto amount. Populated once the transaction reaches processing or completed.
string
Fiat currency.
string
Final fiat amount.
string
ISO 8601 timestamp (UTC).
string
ISO 8601 timestamp of the last status update (UTC).

Examples

Response

Errors