Skip to main content

Documentation Index

Fetch the complete documentation index at: https://stabyl.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Use 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.
FamilyProductionStaging/Test
EVMBase, BSC, Arbitrum OneEthereum Sepolia
TronTronTron Nile
SolanaSolana mainnetSolana testnet

Required Headers

GET /partner/wallets/chains is public. Other wallet routes require X-Api-Key.

Common Failures

StatusMeaning
400Unsupported or malformed chain parameter
401Missing API key on authenticated wallet route
404Requested route is not available

Route Selection

Use the returned chain identifiers directly in GET /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.