Allocation
Last updated
Last updated
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: */*
{
"warmPct": "0.00",
"coldPct": "1.00",
"rebalanceThreshold": "0.05"
}