List supported assets
Returns the canonical set of stablecoins, ecosystems, and chains the clearinghouse supports for the authenticated account. Pass subaccountId to apply that subaccount's asset entitlements instead. Use this as your source of truth — coverage expands over time.
Query Parameters
- Type: string Format: uuidsubaccount
Id Scope this read to one of your subaccounts instead of the authenticated account. Must be a direct child of the authenticated account.
Responses
- application/json
- application/json
- 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
}
]