Catalog of tradable instruments
Symbols, display names and `decimals` of the catalog instruments — a maker needs this to interpret `base`/`quote` in RFQs and holding amounts. Available with the same X-API-Key as the rest of the Maker API.
Symbols, display names and decimals of the catalog instruments — a
maker needs this to interpret base/quote in RFQs and holding
amounts. Available with the same X-API-Key as the rest of the Maker API.
Authorization
ApiKeyAuth In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/instruments"[ { "symbol": "cbtc", "displaySymbol": "cBTC", "decimals": 10, "logoUrl": "string" }]{ "error": "string", "code": "INSUFFICIENT_FUNDS"}Draw test tokens from the DevNet faucet POST
Sends one token-standard transfer per offered token from the desk's reservoir party to yours. They arrive as pending transfers: accept each with `POST /wallet/incoming/{cid}/accept` before the balance is yours. A token the reservoir cannot cover is reported in `skipped` and does not stop the others; the cooldown only starts when something actually went out.
Rotate the API key by proving party-key ownership POST
Recovery path for a lost API key: prove ownership of the party key by signing the `challenge` from `POST /maker/challenge` (as UTF-8 text), and get a fresh key back. The party key and party id are unchanged; the previous API key stops working immediately.