Pendle · Schema

PendleSwapDtoV2

Web3DeFiYield TokenizationCryptoPrincipal TokensYield TokensAMMLiquidity Pools

Properties

Name Type Description
receiver string The address to receive the output of the action
inputs array
tokenOut string Output token address
slippage number Max slippage accepted. A value from 0 to 1 (0.01 is 1%)
aggregators string List of aggregator names to use for the swap. If not provided, all aggregators will be used.List of supported aggregator can be found at: [getSupportedAggregators](#/SDK/SdkController_getSupportedAggr
View JSON Schema on GitHub

JSON Schema

PendleSwapDtoV2.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "PendleSwapDtoV2",
  "type": "object",
  "properties": {
    "receiver": {
      "type": "string",
      "description": "The address to receive the output of the action"
    },
    "inputs": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/PendleSwapInput"
      }
    },
    "tokenOut": {
      "type": "string",
      "description": "Output token address"
    },
    "slippage": {
      "type": "number",
      "description": "Max slippage accepted. A value from 0 to 1 (0.01 is 1%)"
    },
    "aggregators": {
      "type": "string",
      "description": "List of aggregator names to use for the swap. If not provided, all aggregators will be used.List of supported aggregator can be found at: [getSupportedAggregators](#/SDK/SdkController_getSupportedAggregators)",
      "example": "kyberswap,okx"
    }
  },
  "required": [
    "inputs",
    "tokenOut",
    "slippage"
  ]
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/PendleSwapDtoV2"
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.