Last updated 2 months ago
Retrieve custody allocation target pct and rebalancing tolerance threshold.
Successful response
"0.00"
"1.00"
"0.05"
const response = await fetch('https://cams.aquanow.com/api/v1/custody/allocation', { method: 'GET', headers: {}, }); const data = await response.json();
{ "warmPct": "0.00", "coldPct": "1.00", "rebalanceThreshold": "0.05" }