Skip to main content

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) field partnerUserRef 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:
  1. Use the fetchOnrampTransactionStatus util to get the transaction status
  2. Make a direct call to the API
Full API endpoint listFor a complete list of all API endpoints supported by Onramp/Offramp, visit our API Reference section.

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

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.
Full API endpoint list For a complete list of all API endpoints supported by Onramp/Offramp, visit our API Reference section.

Method

URL

Request Parameters

Response Fields

The Transaction API returns a JSON response including the following fields.

OfframpTransaction Schema

Example Request/Response