Cessio Docs
ReferenceInstruments

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.

GET
/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.

Authorization

ApiKeyAuth
X-API-Key<token>

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/instruments"
[  {    "symbol": "cbtc",    "displaySymbol": "cBTC",    "decimals": 10,    "logoUrl": "string"  }]