GET/v1/coins
List Assets
Assets for checkout (address_coins) and withdrawals (payout_coins). The hosted popup already groups deposit assets — you only need this list for a custom picker or to choose payout asset + network.
Request
No query parameters. Empty GET.
Headers
AuthorizationheaderrequiredBearer pk_… from dashboard Settings → Developer.
Content-Typeheaderoptionalapplication/json on POST bodies. Not required on GET.
Response data.address_coins[] and data.payout_coins[]
Same object shape in both arrays. Use address_coins for checkout pickers and payout_coins for withdrawals. Send withdrawals as symbol + network, not chain identifiers. Restrict tickers in Settings → Checkout; an empty list accepts every asset. This endpoint still returns the full catalog.
coin_namestringrequiredDisplay name, for example USDT-TRC20.
symbolstringrequiredTicker, for example USDT. Use this when matching allowed-asset settings.
networkstringrequiredNetwork display name, for example Tron.
protocolstringoptionalProtocol label, for example TRC-20.
decimalsintegeroptionalAsset decimals. Quoted amounts respect this precision.
chain_idstringoptionalNetwork identifier used when the popup locks a quote.
token_idstringoptionalAsset identifier on that network.
Errors
Failures still return JSON. Read code, not only the HTTP status. Full table: Errors.
40100HTTP 401optionalMissing or invalid API key.