Last updated 7 months ago
Retrieve custody allocation target pct and rebalancing tolerance threshold.
GET /api/v1/custody/allocation HTTP/1.1 Host: cams.aquanow.com Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
Successful response
{ "warmPct": "0.00", "coldPct": "1.00", "rebalanceThreshold": "0.05" }