Vaults
Structure
Endpoints
Last updated
Last updated
GET /v1/vaults HTTP/1.1
Host: api.pareto.credit
Accept: */*
{
"data": [
{
"_id": "text",
"tokenId": "text",
"chainId": "text",
"typeId": "text",
"categoryId": "text",
"operatorIds": [
"text"
],
"name": "text",
"address": "text",
"symbol": "text",
"protocol": "Idle",
"contractType": "BestYield",
"abi": [
{}
],
"description": {
"en": "text"
},
"shortDescription": {
"en": "text"
},
"caption": {
"en": "text"
},
"keyInfo": [
{
"label": {
"en": "text"
},
"value": {
"en": "text"
}
}
],
"visibility": "HIDDEN",
"status": "PAUSED",
"feePercentage": 1,
"createdAt": "2026-02-06T07:20:30.927Z",
"createdBy": "text",
"updatedAt": "2026-02-06T07:20:30.927Z",
"updatedBy": "text"
}
],
"totalCount": 1
}GET /v1/vaults/{vaultId} HTTP/1.1
Host: api.pareto.credit
Accept: */*
{
"_id": "text",
"tokenId": "text",
"chainId": "text",
"typeId": "text",
"categoryId": "text",
"operatorIds": [
"text"
],
"name": "text",
"address": "text",
"symbol": "text",
"protocol": "Idle",
"contractType": "BestYield",
"abi": [
{}
],
"description": {
"en": "text"
},
"shortDescription": {
"en": "text"
},
"caption": {
"en": "text"
},
"keyInfo": [
{
"label": {
"en": "text"
},
"value": {
"en": "text"
}
}
],
"visibility": "HIDDEN",
"status": "PAUSED",
"feePercentage": 1,
"createdAt": "2026-02-06T07:20:30.927Z",
"createdBy": "text",
"updatedAt": "2026-02-06T07:20:30.927Z",
"updatedBy": "text"
}GET /v1/vaults/performances HTTP/1.1
Host: api.pareto.credit
Accept: */*
{
"data": [
{}
],
"totalCount": 1
}GET /v1/vaults/{vaultId}/integrations HTTP/1.1
Host: api.pareto.credit
Accept: */*
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}