Skip to main content
GET
List auto-ramp addresses

Authorizations

Authorization
string
header
required

Cognito JWT token for regular user authentication

Query Parameters

accountId
string

Only return addresses linked to this account

Minimum string length: 1

Response

Response for status 200

id
string
required

Unique auto-ramp address identifier

Example:

"665f1b2e8f1b2c0012345678"

status
enum<string>
required
Available options:
active,
inactive
address
string
required

Blockchain address to send deposits to

Example:

"0x742d35Cc6634C0532925a3b844Bc9e7595f2a3b8"

network
enum<string>
required
Available options:
ethereum,
polygon,
arbitrum,
base,
optimism,
avalanche,
binance-smart-chain,
hyperevm,
monad,
sonic,
unichain
deployed
boolean
required

Whether the deposit contract has been deployed on the network

Example:

true

accountId
string
required

Destination account the deposits are ramped into

Example:

"665f1b2e8f1b2c0087654321"

createdAt
string<date-time>

Creation timestamp

Example:

"2026-08-06T14:28:21.720Z"