List supported assets
Returns the canonical set of stablecoins, ecosystems, and chains the clearinghouse supports. Use this as your source of truth — coverage expands over time.
Responses
- application/json
- application/json
Request Example for get/api/v1/supported-assets
curl https://api.bettermoney.com/api/v1/supported-assets
[
{
"chain": "string",
"symbol": "string",
"tokenAddress": "string",
"tokenDecimals": 1
}
]