Last updated 7 months ago
Retrieve custody balances.
GET /api/v1/custody/balances HTTP/1.1 Host: cams.aquanow.com Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
Successful response
{ "reportingCurrency": "USD", "lastUpdatedAt": "2024-08-01T18:44:05Z", "warm": { "warmMtm": "12962297.93", "warmAllocationPct": "0.50", "assets": [ { "asset": "BTC", "totalBalance": "201.003567", "mtm": "12962297.93" } ] }, "cold": { "coldMtm": "12962297.93", "coldAllocationPct": "0.50", "assets": [ { "asset": "BTC", "totalBalance": "201.003567", "mtm": "12962297.93" } ] } }