Cessio Docs
ReferenceRfq history

The taker's RFQs that closed without a settled trade

Expired and cancelled RFQs plus failed settlements — the outcomes that are not trades. The settled blotter is `GET /trades`; rows here never overlap with it. Caller-scoped: no `taker` field in the rows.

GET
/rfq-history

Expired and cancelled RFQs plus failed settlements — the outcomes that are not trades. The settled blotter is GET /trades; rows here never overlap with it. Caller-scoped: no taker field in the rows.

Authorization

ApiKeyAuth
X-API-Key<token>

In: header

Query Parameters

limit?integer

Newest-N window — no cursor pagination

Range1 <= value <= 500
Default100

Response Body

application/json

application/json

curl -X GET "https://example.com/rfq-history"
[  {    "id": "string",    "rfqId": "string",    "direction": "SELL",    "qty": "5.0",    "base": "cbtc",    "quote": "usdcx",    "kind": "expired",    "quoteCount": 0,    "bestPrice": "string",    "maker": "string",    "reason": "string",    "at": "2019-08-24T14:15:22Z"  }]