Cessio Docs
ReferenceBalances

Balances of the key's party

All catalog holdings of the calling party (same shape as `GET /wallet/holdings`).

GET
/balances

All catalog holdings of the calling party (same shape as GET /wallet/holdings).

Authorization

ApiKeyAuth
X-API-Key<token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/balances"
{  "party": "string",  "holdings": [    {      "symbol": "cbtc",      "displaySymbol": "cBTC",      "amount": "10.0"    }  ]}