Cessio Docs
ReferenceDesk

Desk parameters

The desk fee (bps, charged to the maker in the pair's quote instrument) and the list of known makers.

GET
/desk

The desk fee (bps, charged to the maker in the pair's quote instrument) and the list of known makers.

Authorization

ApiKeyAuth
X-API-Key<token>

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/desk"
{  "feeBps": 25,  "makers": [    "acme-mm-4f2a91"  ]}