Allocation
Retrieve custody allocation target pct and rebalancing tolerance threshold.
Authorizations
Responses
200
Successful response
application/json
400
Validation Error
401
Unauthorized
403
Insufficient Privileges
4XX
Client error
5XX
Server error
get
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"
}
Last updated