Cessio Docs
ReferenceTrades

The calling party's settled trades (either role)

GET
/trades

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/trades"
[  {    "tradeId": "string",    "taker": "string",    "maker": "string",    "direction": "SELL",    "qty": "string",    "base": "cbtc",    "quote": "usdcx",    "price": "string",    "fee": "string",    "settledAt": "string",    "status": "settled",    "ledger": {      "updateId": "string",      "receiptCids": [        "string"      ]    }  }]