Liquity · Schema
GovernanceSchemas
JSON schemas for Liquity V2 governance API responses.
DeFiDecentralized FinanceLendingStablecoinsEthereumLUSDBOLDLiquidity Protocol
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api.liquity.org/schemas/governance.json",
"title": "GovernanceSchemas",
"description": "JSON schemas for Liquity V2 governance API responses.",
"type": "object",
"$defs": {
"GovernanceInitiative": {
"type": "object",
"title": "GovernanceInitiative",
"description": "Metadata for a Liquity V2 governance initiative.",
"properties": {
"isBribeInitiative": {
"type": "boolean",
"description": "Whether this initiative uses bribe mechanisms."
},
"bribeToken": {
"type": ["string", "null"],
"description": "Ethereum token contract address used for bribes, or null if not a bribe initiative.",
"example": "0xD533a949740bb3306d119CC777fa900bA034cd52"
}
},
"required": ["isBribeInitiative", "bribeToken"]
},
"InitiativesMap": {
"type": "object",
"title": "InitiativesMap",
"description": "Mapping of Ethereum initiative contract addresses to governance initiative metadata.",
"additionalProperties": {
"$ref": "#/$defs/GovernanceInitiative"
}
},
"LatestCompletedEpoch": {
"type": "integer",
"title": "LatestCompletedEpoch",
"description": "Index number of the most recently completed governance epoch. Epoch cadence is weekly starting from timestamp 1746662400.",
"minimum": 0,
"example": 57
}
}
}
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/governance"
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.