GET /partner/wallets/chains as the source of truth for route availability. Please note that route availability might change without notice, do not hardcode route availability in production systems.
Required Headers
GET /partner/wallets/chains is public. Other wallet routes require X-Api-Key.
Common Failures
Route Selection
Use the returned chain identifiers directly inGET /partner/wallets/crypto/address. Route families can share asset symbols, so the chain value is part of the deposit instruction and must be stored with the address.
For example, USDT on Tron and USDT on an EVM chain are different deposit routes. Showing the wrong route can cause funds to be sent to an address that does not match the user’s intended network.
Refresh route metadata periodically and before showing deposit instructions in your application.