ALLOWED_ASSETS whitelist. USDC is the default and the only widely deployed choice today.
USDC
Amounts on the wire are integers in the smallest unit (10^-7 USDC). Use the SDK helpers
formatAmount and parseAmount rather than doing arithmetic by hand.
Adding a new asset (operator)
GET /supported now returns the new asset. See Configuration Reference.
Notes
- The asset must implement SEP-41. Legacy classic assets are not usable directly; use the SEP-41 wrapper contract.
- Sellers price in one asset per endpoint. Multi-asset pricing is planned but not implemented.
- Buyers cannot pay in a different asset than the seller quoted —
/verifyreturnsasset_not_supported.