Cessio Docs
ReferenceRfqMine

The taker's own RFQs with their quotes

Full view: open RFQs first, and closed ones (settled / cancelled / expired) for the book's retention window, each with every quote the RFQ received — terminal quote statuses included. Unanchored quotes of external makers are filtered out (not acceptable yet).

GET
/rfq/mine

Full view: open RFQs first, and closed ones (settled / cancelled / expired) for the book's retention window, each with every quote the RFQ received — terminal quote statuses included. Unanchored quotes of external makers are filtered out (not acceptable yet).

Authorization

ApiKeyAuth
X-API-Key<token>

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/rfq/mine"
[  {    "rfqId": "string",    "taker": "taker",    "direction": "SELL",    "qty": "5.0",    "base": "cbtc",    "quote": "usdcx",    "deadline": "2019-08-24T14:15:22Z",    "invitedMakers": [      "string"    ],    "feeBps": 25,    "open": true,    "quotes": [      {        "quoteId": "string",        "rfqId": "string",        "maker": "acme-mm-4f2a91",        "price": "97300.0",        "validUntil": "2019-08-24T14:15:22Z",        "status": "pending",        "settling": true,        "proposalCid": "string"      }    ]  }]