/transactions/status
for a single transaction/transactions
for multiple transactions
Get Single Transaction Status
GET/transactions/status
Gets the status of a single transaction using the session ID.
The session ID from the widget redirect URL query parameters
Get Multiple Transactions
GET/transactions
Gets all transactions for a user or app. Provide either walletAddress
or referrer
(or both) to filter transactions.
The wallet address to get transactions for
The name of the app to get transactions for
Response
The response format varies depending on the endpoint used. Both endpoints return transaction objects with status information.Current status of the transaction (e.g., “PENDING”, “COMPLETED”, “FAILED”)
Transaction amount in source currency
Source currency code
Amount received in destination currency
Destination currency code
Blockchain transaction hash (when available)
Transaction creation timestamp
Last update timestamp