ReferenceDesk
Desk parameters
The desk fee (bps, charged to the maker in the pair's quote instrument) and the list of known makers.
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" ]}{ "error": "string", "code": "INSUFFICIENT_FUNDS"}Balances of the key's party GET
All catalog holdings of the calling party (same shape as `GET /wallet/holdings`).
What the DevNet faucet will hand out (and when) GET
`enabled` is false on every network but DevNet, and also when the desk has nothing left to give — treat it as the single flag, there is no other condition to check. `retryAfterSeconds` is 0 when your party may draw now.