Reference
Supported coins
Discover the coins you can accept and the settlement currencies you can price in.
Coins
GET/api/wallets
Lists supported coins. Use each id in an invoice's supported_wallets. Each entry has name, symbol, scale, svg_icon, and unit_price.
200 OK
{"data": [{"id": "btc","name": "Bitcoin","symbol": "BTC","scale": 8,"svg_icon": "<svg>…</svg>","unit_price": { "amount": "64000", "currency": "USD", "scale": 2 }}]}
Settlement currencies
GET/api/currencies
Lists the settlement currencies you can price invoices in. Both endpoints are read-only discovery.