Cessio Docs
ReferenceMakerReference price

Advisory reference price for a pair (CoinGecko, cached)

A hint for the maker's quote field, not a desk price: the desk records only the price a maker submits. `null` is a normal answer — the oracle may be disabled or the pair unmapped. Cached server-side, so polling this gains nothing.

GET
/maker/reference-price

A hint for the maker's quote field, not a desk price: the desk records only the price a maker submits. null is a normal answer — the oracle may be disabled or the pair unmapped. Cached server-side, so polling this gains nothing.

Authorization

ApiKeyAuth
X-API-Key<token>

In: header

Query Parameters

base*string

Catalog symbol of the base instrument, e.g. cbtc.

quote*string

Catalog symbol of the quote instrument, e.g. usdcx.

Response Body

application/json

application/json

curl -X GET "https://example.com/maker/reference-price?base=string&quote=string"
{  "price": "97000.0"}