Vesper Finance · Schema
Pool
Detailed pool object with full metadata, fees, and earning data
DeFiYield AggregatorLiquidity PoolsAPYStakingVSP TokenEthereumPolygonAvalancheOptimism
Properties
| Name | Type | Description |
|---|---|---|
| name | string | |
| address | string | |
| decimals | integer | |
| stage | string | |
| asset | object | |
| riskLevel | integer | Risk score (1 = lowest, 5 = highest) |
| holderCount | integer | |
| interestFee | number | Performance fee percentage |
| withdrawalFee | number | Withdrawal fee percentage |
| lockPeriod | integer | Token lock period in seconds |
| tokenValue | number | Current value per pool token |
| totalSupply | string | Total pool token supply (string to preserve precision) |
| earningRates | object |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/vesper/refs/heads/main/json-schema/Pool.json",
"title": "Pool",
"description": "Detailed pool object with full metadata, fees, and earning data",
"type": "object",
"properties": {
"name": {
"type": "string",
"example": "vaDAI"
},
"address": {
"type": "string",
"example": "0x0C49066C0808Ee8c673553B7cbd99BCC9ABf113d"
},
"decimals": {
"type": "integer",
"example": 18
},
"stage": {
"type": "string",
"enum": ["alpha", "beta", "prod", "retired"]
},
"asset": {
"type": "object",
"properties": {
"symbol": {
"type": "string",
"example": "DAI"
},
"address": {
"type": "string"
},
"price": {
"type": "number",
"example": 1.0
},
"decimals": {
"type": "integer",
"example": 18
}
}
},
"riskLevel": {
"type": "integer",
"description": "Risk score (1 = lowest, 5 = highest)",
"minimum": 1,
"maximum": 5,
"example": 2
},
"holderCount": {
"type": "integer",
"example": 1450
},
"interestFee": {
"type": "number",
"description": "Performance fee percentage",
"example": 2.0
},
"withdrawalFee": {
"type": "number",
"description": "Withdrawal fee percentage",
"example": 0.0
},
"lockPeriod": {
"type": "integer",
"description": "Token lock period in seconds",
"example": 0
},
"tokenValue": {
"type": "number",
"description": "Current value per pool token",
"example": 1.0421
},
"totalSupply": {
"type": "string",
"description": "Total pool token supply (string to preserve precision)",
"example": "5000000000000000000000000"
},
"earningRates": {
"type": "object",
"properties": {
"day1": { "type": "number" },
"day2": { "type": "number" },
"day7": { "type": "number" },
"day30": { "type": "number" }
}
}
}
}
Work with this as data
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/Pool"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.