Skip to main content
GET
List priced deposit tokens for a chain

Authorizations

X-Publishable-Key
string
header
required

Account Type publishable key (pk_live_...)

Authorization
string
header
required

SIWE session JWT issued by POST /auth/verify

Headers

X-Fiat-Currency
string

Optional ISO 4217 currency. Responses always include USD and add this currency when conversion is available.

Pattern: ^[A-Za-z]{3}$
Example:

"EUR"

Query Parameters

chainId
required

EVM chain ID

Required range: x >= 1
Example:

8453

eoa
string

EVM address. The server normalizes it to EIP-55 checksum case.

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x1234567890abcdef1234567890abcdef12345678"

Response

Success

status
string
required
Allowed value: "success"
data
object[]
required
Last modified on July 24, 2026