PoolDashboard
Pool dashboard object with contract, strategy, and reward details
DeFiYield AggregatorLiquidity PoolsAPYStakingVSP TokenEthereumPolygonAvalancheOptimism
Properties
| Name |
Type |
Description |
| name |
string |
Human-readable pool name |
| address |
string |
Pool contract address |
| tokens |
array |
Token contract addresses associated with the pool |
| holderCount |
integer |
Number of unique holders of pool tokens |
| strategies |
array |
List of strategy contract objects |
| poolRewards |
object |
Pool reward contract and token list |
| status |
string |
Operational status of the pool |
| stage |
string |
Lifecycle stage of the pool |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/vesper/refs/heads/main/json-schema/PoolDashboard.json",
"title": "PoolDashboard",
"description": "Pool dashboard object with contract, strategy, and reward details",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Human-readable pool name",
"example": "vaDAI"
},
"address": {
"type": "string",
"description": "Pool contract address",
"example": "0x0C49066C0808Ee8c673553B7cbd99BCC9ABf113d"
},
"tokens": {
"type": "array",
"description": "Token contract addresses associated with the pool",
"items": {
"type": "string"
}
},
"holderCount": {
"type": "integer",
"description": "Number of unique holders of pool tokens",
"example": 1450
},
"strategies": {
"type": "array",
"description": "List of strategy contract objects",
"items": {
"type": "object",
"properties": {
"address": {
"type": "string",
"description": "Strategy contract address"
},
"tokens": {
"type": "array",
"items": {
"type": "string"
}
},
"makerVault": {
"type": "object",
"description": "MakerDAO vault details if applicable"
}
}
}
},
"poolRewards": {
"type": "object",
"description": "Pool reward contract and token list",
"properties": {
"address": {
"type": "string"
},
"tokens": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"status": {
"type": "string",
"description": "Operational status of the pool",
"enum": ["operative", "paused"],
"example": "operative"
},
"stage": {
"type": "string",
"description": "Lifecycle stage of the pool",
"enum": ["alpha", "beta", "prod", "retired"],
"example": "prod"
}
}
}
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/PoolDashboard"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.