Get Unified Holdings
GET
/api/v1/unified/holdings
const url = 'https://api.qeychain.xyz/api/v1/unified/holdings';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.qeychain.xyz/api/v1/unified/holdingsGet combined holdings from all connected exchanges.
Returns CEX holdings aggregated by symbol. On-chain holdings are served by the existing /wallets/{address}/positions endpoint. This endpoint covers the CEX side.
Responses
Section titled “Responses”Successful Response
Media typeapplication/json
Examplegenerated
example