Skip to main content
GET
List suggested deposit tokens

Headers

x-api-key
string
required

API key for authentication

Example:

"your-api-key"

Response

Token shortlist per chain

restricted
boolean
required

True when the project has a deposit whitelist. tokens is then the complete accepted set: every chain is reported, a chain absent from tokens is not offered, and a token is listed exactly when a deposit of it would be accepted.

tokens
object
required

Keyed by EVM chain id as a decimal string, plus "solana" and "hypercore". An empty array means the chain is not offered (paused, not depositable, or disallowed by the whitelist) and clients should hide it. When restricted is false this is a suggested shortlist, and an absent chain carries no opinion; when restricted is true it is exhaustive.