Last updated 5 months ago
Retrieve custody allocation target pct and rebalancing tolerance threshold.
/v1/custody/allocation
curl -L \ --url 'https://cams.aquanow.com/api/v1/custody/allocation' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "warmPct": "0.00", "coldPct": "1.00", "rebalanceThreshold": "0.05" }