Pendle · Schema

CreateLimitOrderDto

Web3DeFiYield TokenizationCryptoPrincipal TokensYield TokensAMMLiquidity Pools

Properties

Name Type Description
chainId number Chain Id
signature string Signature of order, signed by maker
salt string BigInt string of salt
expiry string BigInt string of expiry
nonce string BigInt string of nonce
type number LimitOrderType { 0 : TOKEN_FOR_PT, 1 : PT_FOR_TOKEN, 2 : TOKEN_FOR_YT, 3 : YT_FOR_TOKEN }
token string Token used by user to make order
yt string YT address
maker string Maker address
receiver string Receiver address
makingAmount string BigInt string of making amount
lnImpliedRate string BigInt string of lnImpliedRate
failSafeRate string BigInt string of failSafeRate
permit string Bytes string for permit
View JSON Schema on GitHub

JSON Schema

CreateLimitOrderDto.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CreateLimitOrderDto",
  "type": "object",
  "properties": {
    "chainId": {
      "type": "number",
      "description": "Chain Id"
    },
    "signature": {
      "type": "string",
      "description": "Signature of order, signed by maker"
    },
    "salt": {
      "type": "string",
      "description": "BigInt string of salt"
    },
    "expiry": {
      "type": "string",
      "description": "BigInt string of expiry"
    },
    "nonce": {
      "type": "string",
      "description": "BigInt string of nonce"
    },
    "type": {
      "type": "number",
      "enum": [
        0,
        1,
        2,
        3
      ],
      "description": "LimitOrderType { 0 : TOKEN_FOR_PT, 1 : PT_FOR_TOKEN, 2 : TOKEN_FOR_YT, 3 : YT_FOR_TOKEN }"
    },
    "token": {
      "type": "string",
      "description": "Token used by user to make order"
    },
    "yt": {
      "type": "string",
      "description": "YT address"
    },
    "maker": {
      "type": "string",
      "description": "Maker address"
    },
    "receiver": {
      "type": "string",
      "description": "Receiver address"
    },
    "makingAmount": {
      "type": "string",
      "description": "BigInt string of making amount"
    },
    "lnImpliedRate": {
      "type": "string",
      "description": "BigInt string of lnImpliedRate"
    },
    "failSafeRate": {
      "type": "string",
      "description": "BigInt string of failSafeRate"
    },
    "permit": {
      "type": "string",
      "description": "Bytes string for permit"
    }
  },
  "required": [
    "chainId",
    "signature",
    "salt",
    "expiry",
    "nonce",
    "type",
    "token",
    "yt",
    "maker",
    "receiver",
    "makingAmount",
    "lnImpliedRate",
    "failSafeRate",
    "permit"
  ]
}

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/CreateLimitOrderDto"
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.