Skip to main content
GET
List off-ramps

Authorizations

Authorization
string
header
required

Cognito JWT token for regular user authentication

Query Parameters

limit
number
default:50

Maximum number of results to return

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

Opaque cursor for pagination. Use the nextCursor value from the previous response.

status
enum<string>
Available options:
awaiting_funding,
queued,
in_flight,
completed,
canceled,
failed,
reversed,
refunded
chain
enum<string>
Available options:
ethereum,
polygon,
arbitrum,
base,
optimism,
avalanche,
binance-smart-chain,
solana,
bitcoin,
dash,
tron,
sui,
hyperevm,
monad,
sonic,
unichain
accountId
string

Filter by destination account ID

Example:

"6a749a054c3b8fc5da595d16"

sort
enum<string>
Available options:
desc,
asc

Response

Response for status 200

data
object[]
required
hasMore
boolean
required

Whether there are more results

Example:

true

nextCursor
string | null
required

Cursor for fetching the next page

Example:

"eyJpZCI6Im9mZnJhbXBfeHl6Nzg5In0="