Pendle · Schema

ConvertV3Dto

Web3DeFiYield TokenizationCryptoPrincipal TokensYield TokensAMMLiquidity Pools

Properties

Name Type Description
receiver string Recipient address for transaction output
slippage number Maximum slippage tolerance (0-1, where 0.01 equals 1%)
enableAggregator boolean Enable swap aggregator to swap between tokens that cannot be natively converted from/to the underlying asset
aggregators array List of aggregator names to use for the swap. If not provided, default aggregators will be used.List of supported aggregator can be found at: [getSupportedAggregators](#tag/sdk/get/v1/sdk/{chainId}/su
inputs array List of input tokens and their amounts
outputs array Output token addresses
redeemRewards boolean Redeem rewards
needScale boolean Aggregators needScale value, only set to true when amounts are updated onchain. When enabled, please make sure to buffer the amountIn by about 2%
additionalData string Available fields: `impliedApy`, `effectiveApy`. Comma separated list of fields to return. For example: `field1,field2`. More fields will consume more computing units.
useLimitOrder boolean To use limit orders when converting, default to true
okxSwapParams object
View JSON Schema on GitHub

JSON Schema

ConvertV3Dto.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ConvertV3Dto",
  "type": "object",
  "properties": {
    "receiver": {
      "type": "string",
      "description": "Recipient address for transaction output"
    },
    "slippage": {
      "type": "number",
      "description": "Maximum slippage tolerance (0-1, where 0.01 equals 1%)"
    },
    "enableAggregator": {
      "type": "boolean",
      "default": false,
      "description": "Enable swap aggregator to swap between tokens that cannot be natively converted from/to the underlying asset"
    },
    "aggregators": {
      "description": "List of aggregator names to use for the swap. If not provided, default aggregators will be used.List of supported aggregator can be found at: [getSupportedAggregators](#tag/sdk/get/v1/sdk/{chainId}/supported-aggregators)",
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "inputs": {
      "description": "List of input tokens and their amounts",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/TokenAmountDto"
      }
    },
    "outputs": {
      "description": "Output token addresses",
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "redeemRewards": {
      "type": "boolean",
      "description": "Redeem rewards",
      "default": false
    },
    "needScale": {
      "type": "boolean",
      "description": "Aggregators needScale value, only set to true when amounts are updated onchain. When enabled, please make sure to buffer the amountIn by about 2%",
      "default": false
    },
    "additionalData": {
      "type": "string",
      "description": "Available fields: `impliedApy`, `effectiveApy`. Comma separated list of fields to return. For example: `field1,field2`. More fields will consume more computing units."
    },
    "useLimitOrder": {
      "type": "boolean",
      "description": "To use limit orders when converting, default to true",
      "default": true
    },
    "okxSwapParams": {
      "$ref": "#/components/schemas/OKXCustomParamsDto"
    }
  },
  "required": [
    "slippage",
    "inputs",
    "outputs"
  ]
}

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/ConvertV3Dto"
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 email required.

A second provider on the same verified email joins the account you already have.