Skip to main content
GET
List on-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.

network
enum<string>
Available options:
ethereum,
polygon,
base,
arbitrum,
avalanche,
optimism,
solana,
tron,
bitcoin
token
string

Filter by output token. Case-insensitive (transformed to uppercase).

Maximum string length: 10
Example:

"USDC"

address
string

Filter by payout address

Maximum string length: 256
Example:

"0x742d35Cc6634C0532925a3b844Bc9e7595f..."

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

Cursor for fetching the next page

Example:

"eyJpZCI6Im9ucmFtcF94eXo3ODkifQ=="