Pendle · Schema
MerklRewardResponse
Web3DeFiYield TokenizationCryptoPrincipal TokensYield TokensAMMLiquidity Pools
Properties
| Name | Type | Description |
|---|---|---|
| sumAmount | string | Chain ID |
| fromEpoch | number | From epoch |
| toEpoch | number | To epoch |
| hash | string | Hash of the distribution file |
| rewardToken | string | Reward token address being distributed |
| rewards | object | User rewards mapping |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "MerklRewardResponse",
"type": "object",
"properties": {
"sumAmount": {
"type": "string",
"description": "Chain ID",
"example": 1
},
"fromEpoch": {
"type": "number",
"description": "From epoch",
"example": 1732294694
},
"toEpoch": {
"type": "number",
"description": "To epoch",
"example": 1732294694
},
"hash": {
"type": "string",
"description": "Hash of the distribution file",
"example": "0x1234567890abcdef"
},
"rewardToken": {
"type": "string",
"description": "Reward token address being distributed",
"example": "0xE0688A2FE90d0f93F17f273235031062a210d691"
},
"rewards": {
"type": "object",
"description": "User rewards mapping",
"example": {
"0x9f76a95AA7535bb0893cf88A146396e00ed21A12": {
"epoch-1": {
"amount": "40000000000000000000",
"timestamp": "1732294694"
}
},
"0xfdA462548Ce04282f4B6D6619823a7C64Fdc0185": {
"epoch-2": {
"amount": "100000000000000000000",
"timestamp": "1741370722"
}
}
}
}
},
"required": [
"sumAmount",
"fromEpoch",
"toEpoch",
"hash",
"rewardToken",
"rewards"
]
}
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/MerklRewardResponse"
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.