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.
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 In: header
Query Parameters
Catalog symbol of the base instrument, e.g. cbtc.
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"e=string"{ "price": "97000.0"}{ "error": "string", "code": "INSUFFICIENT_FUNDS"}Revoke own quote before it is accepted DELETE
Previous Page
Complete self-serve maker registration, get an API key POST
Submits the party-key signature(s) over `topology[].hash` from `register/start`; the desk allocates the party, registers it as a node-hosted maker, and returns a fresh `X-API-Key` (`mk_…`) IN CLEARTEXT — this is the only time it is shown; the desk stores only its hash. Store it before doing anything else. Activation of the settlement service and (on DevNet) a receive preapproval are kicked off in the background — poll `GET /tx/pending` next.