BxBytix

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

Authorizationheaderrequired

Bearer pk_… from dashboard Settings → Developer.

Content-Typeheaderoptional

application/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_namestringrequired

Display name, for example USDT-TRC20.

symbolstringrequired

Ticker, for example USDT. Use this when matching allowed-asset settings.

networkstringrequired

Network display name, for example Tron.

protocolstringoptional

Protocol label, for example TRC-20.

decimalsintegeroptional

Asset decimals. Quoted amounts respect this precision.

chain_idstringoptional

Network identifier used when the popup locks a quote.

token_idstringoptional

Asset identifier on that network.

Errors

Failures still return JSON. Read code, not only the HTTP status. Full table: Errors.

40100HTTP 401optional

Missing or invalid API key.