Cessio Docs
ReferenceWalletHoldings

Balances of the key's party (all catalog holdings)

GET
/wallet/holdings

Authorization

ApiKeyAuth
X-API-Key<token>

In: header

Response Body

application/json

application/json

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