GET
/
vaults
/
{vault_id}
/
caps
Current values vs configured limits
curl --request GET \
  --url https://0d.finance/api/v1/vaults/{vault_id}/caps
{
  "items": [
    {
      "name": "<string>",
      "current": 123,
      "limit": 123,
      "unit": "<string>"
    }
  ]
}

Path Parameters

vault_id
string
required

Stable vault identifier

Minimum length: 1

Response

Caps

The response is of type object.