Allocation

GET Custody Target Allocation

get

Retrieve custody allocation target pct and rebalancing tolerance threshold.

Authorizations
Responses
200
Successful response
application/json
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