Skip to main content
GET
List offramps

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer

default to 10, maximum to 100

Required range: 1 <= x <= 100
startingAfter
string

Return records after this cursor.

endingBefore
string

Return records before this cursor.

sourceUserId
string

Filter offramps by source user public ID (prefixed with usr_).

destinationUserId
string

Filter offramps by destination user public ID (prefixed with usr_).

status
enum<string>

Filter offramps by transaction status.

Available options:
NOT_INITIATED,
CREATED,
PENDING_APPROVAL,
OPEN_QUOTE,
CRYPTO_INITIATED,
AWAITING_FUNDS,
CRYPTO_PENDING,
CRYPTO_PROCESSED,
FIAT_INITIATED,
FIAT_PENDING,
COMPLETED,
FIAT_FAILED,
FIAT_RETURNED,
CRYPTO_RETURNED,
CRYPTO_FAILED,
QUOTE_FAILED,
IN_REVIEW,
REJECTED,
EXPIRED,
CANCELLED

Response

A cursor-paginated list of offramps.

Cursor-paginated list of offramp transactions.

data
object[]
pagination
object