Vaults

Get vaults

Get list of available vaults.

get/vaults

Query parameters

addressstring

Vault Address

Response

OK

Example response

{
  "results": [
    {
      "address": "0x1234567890abcdef",
      "created_at": 1517171717,
      "description": "My description",
      "last_updated_at": 1617171717,
      "lockup_period": 1,
      "max_tvl": 1000000,
      "name": "MyVault",
      "operator_account": "0x1234567890abcdef",
      "owner_account": "0x0234567890abcdef",
      "profit_share": 10,
      "strategies": [
        {
          "address": "0x29464b79b02543ed8746bba6e71c8a15401dd27b7279a5fa2f2fe8e8cdfabb",
          "name": "Alpha Strategy"
        }
      ]
    }
  ]
}

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