Vaults
Get vault summary
Get vaults summary metrics for all vaults or for the single vault specified by address.
get/vaults/summary
Query parameters
addressstring
Vault Address
Response
OK
Example response
{
"results": [
{
"address": "0x1234567890abcdef",
"last_month_return": "0.023",
"max_drawdown": "0.1916",
"max_drawdown_24h": "0.0138",
"max_drawdown_30d": "0.1821",
"max_drawdown_7d": "0.1124",
"net_deposits": "1000000",
"num_depositors": 100,
"owner_equity": "0.145",
"pnl_24h": "13.41",
"pnl_30d": "114.19",
"pnl_7d": "91.31",
"roi_24h": "0.034",
"roi_30d": "0.003",
"roi_7d": "0.123",
"total_pnl": "149.12",
"total_roi": "0.724",
"tvl": "1000000",
"volume": "12345678.16",
"volume_24h": "45678.16",
"volume_30d": "2345678.16",
"volume_7d": "345678.16",
"vtoken_price": "1.23",
"vtoken_supply": "1000000"
}
]
}Changes
Changed in 1 of the 50 revisions of this API.2
- ○
added the media type
application/jsonfor the response with the status200response-media-type-added
- ○
added the media type
application/jsonfor the response with the status400response-media-type-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○