Vault performances
Structure
Endpoints
Last updated
Last updated
GET /v1/vault-performances HTTP/1.1
Host: api.pareto.credit
Accept: */*
{
"data": [
{
"_id": "text",
"vaultId": "text",
"vaultBlockId": "text",
"block": {
"number": 1,
"timestamp": 1
},
"age": 1,
"holders": 1,
"realizedAPY": 1,
"accruedRewards": [
{
"tokenId": "text",
"amount": "text",
"amountUSD": "text",
"APR": 1,
"percentage": 1
}
],
"earnings": {
"USD": "text",
"token": "text",
"percentage": 1
},
"createdAt": "2026-01-25T01:59:12.255Z",
"updatedAt": "2026-01-25T01:59:12.255Z",
"createdBy": "text",
"updatedBy": "text"
}
],
"totalCount": 1
}GET /v1/vault-performances/{vaultPerformanceId} HTTP/1.1
Host: api.pareto.credit
Accept: */*
{
"_id": "text",
"vaultId": "text",
"vaultBlockId": "text",
"block": {
"number": 1,
"timestamp": 1
},
"age": 1,
"holders": 1,
"realizedAPY": 1,
"accruedRewards": [
{
"tokenId": "text",
"amount": "text",
"amountUSD": "text",
"APR": 1,
"percentage": 1
}
],
"earnings": {
"USD": "text",
"token": "text",
"percentage": 1
},
"createdAt": "2026-01-25T01:59:12.255Z",
"updatedAt": "2026-01-25T01:59:12.255Z",
"createdBy": "text",
"updatedBy": "text"
}