Pendle · Example Payload

Pricescontroller_Ohlcv_V4 Response 200

Web3DeFiYield TokenizationCryptoPrincipal TokensYield TokensAMMLiquidity Pools

Pricescontroller_Ohlcv_V4 Response 200 is an example object payload from Pendle, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathstatusexample

Example Payload

Raw ↑
{
  "operationId": "PricesController_ohlcv_v4",
  "method": "get",
  "path": "/v4/{chainId}/prices/{address}/ohlcv",
  "status": "200",
  "example": {
    "total": 1,
    "currency": "USD",
    "timeFrame": "hour",
    "timestamp_start": 1756245600,
    "timestamp_end": 1756245600,
    "results": "time,open,high,low,close,volume\n1756245600,42.4563,42.4563,42.4563,42.4563,0.0000"
  }
}