Pendle · Schema
TransactionV5Response
Web3DeFiYield TokenizationCryptoPrincipal TokensYield TokensAMMLiquidity Pools
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier of the transaction |
| market | string | Market address where the transaction occurred |
| timestamp | string | Timestamp when the transaction occurred |
| chainId | number | Chain ID where the transaction occurred |
| txHash | string | Transaction hash on the blockchain |
| value | number | Transaction value in USD |
| type | string | Transaction type (e.g., TRADES, ADD_LIQUIDITY, REMOVE_LIQUIDITY) |
| action | string | Transaction action (e.g., BUY_PT, SELL_PT, ADD_LIQUIDITY_DUAL) |
| txOrigin | string | Original transaction sender address |
| impliedApy | number | Weighted average implied APY for this transaction |
| notional | object | Notional amounts traded (only for TRADES type) |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "TransactionV5Response",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier of the transaction"
},
"market": {
"type": "string",
"description": "Market address where the transaction occurred"
},
"timestamp": {
"format": "date-time",
"type": "string",
"description": "Timestamp when the transaction occurred"
},
"chainId": {
"type": "number",
"description": "Chain ID where the transaction occurred"
},
"txHash": {
"type": "string",
"description": "Transaction hash on the blockchain"
},
"value": {
"type": "number",
"description": "Transaction value in USD"
},
"type": {
"type": "string",
"description": "Transaction type (e.g., TRADES, ADD_LIQUIDITY, REMOVE_LIQUIDITY)"
},
"action": {
"type": "string",
"description": "Transaction action (e.g., BUY_PT, SELL_PT, ADD_LIQUIDITY_DUAL)"
},
"txOrigin": {
"type": "string",
"description": "Original transaction sender address"
},
"impliedApy": {
"type": "number",
"description": "Weighted average implied APY for this transaction"
},
"notional": {
"description": "Notional amounts traded (only for TRADES type)",
"allOf": [
{
"$ref": "#/components/schemas/NotionalV5"
}
]
}
},
"required": [
"id",
"market",
"timestamp",
"chainId",
"txHash",
"value",
"type",
"action",
"impliedApy"
]
}
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/TransactionV5Response"
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.