Vaults

Get vault balances

Get spot balance of a vault

get/vaults/balance

Query parameters

addressstring required

Vault Address

strategystring

Vault Strategy Address

Response

OK

Example response

{
  "results": [
    {
      "last_updated_at": 1681462770114,
      "size": "123003.620",
      "token": "USDC"
    }
  ]
}

Changes

Changed in 1 of the 50 revisions of this API.2

    • added the media type application/json for the response with the status 200

      response-media-type-added

    • added the media type application/json for the response with the status 400

      response-media-type-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog