Offramp Transaction Status
The Offramp Transaction Status API provides developers with a list of user Offramp transactions. Developers can poll the real time status of offramp transactions and show users a view of their Coinbase transactions made within the client app. To link all transactions created during the session, developers must provide the (optional) fieldpartnerUserRef as a query parameter when initializing Offramp.
Transaction Status returns a paginated list of all transactions from newest to oldest. If the client app doesn’t have a concept of a user, clients can pass a random partnerUserRef to reference a one-off session.
There are two ways to get the transaction status:
- Use the fetchOnrampTransactionStatus util to get the transaction status
- Make a direct call to the API
Method
URL
Request Parameters
The Transaction Status API is an RPC endpoint that accepts an argument as part of its URL path.Response Fields
The Transaction Status API returns a JSON response including the following fields.OfframpTransaction Schema
Example Request/Response
- Request (cURL)
- Response 200 (JSON)
Offramp Transactions
The Offramp Transactions API provides clients with a list of historical Offramp transactions between two dates. Transactions returns a paginated list of all transactions from newest to oldest. The Transactions API is indented for analytics purposes. If you need real time information about a specific transaction, use the Offramp Transaction Status API.Method
URL
Request Parameters
Response Fields
The Transaction API returns a JSON response including the following fields.OfframpTransaction Schema
Example Request/Response
- Request (cURL)
- Response 200 (JSON)