For the complete documentation index, see llms.txt. This page is also available as Markdown.

Allocation

GET Custody Target Allocation

get
/v1/custody/allocation

Retrieve custody allocation target pct and rebalancing tolerance threshold.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Successful response

application/json
warmPctstring · numberOptionalExample: 0.00
coldPctstring · numberOptionalExample: 1.00
rebalanceThresholdstring · numberOptionalExample: 0.05
get/v1/custody/allocation
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