Pendle · Example Payload

Statisticscontroller_Getdistinctuserfromtoken Response 200

Web3DeFiYield TokenizationCryptoPrincipal TokensYield TokensAMMLiquidity Pools

Statisticscontroller_Getdistinctuserfromtoken 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": "StatisticsController_getDistinctUserFromToken",
  "method": "get",
  "path": "/v1/statistics/get-distinct-user-from-token",
  "status": "200",
  "example": {
    "users": [
      "0x1234567890123456789012345678901234567890",
      "0x0987654321098765432109876543210987654321",
      "0xabcdefabcdefabcdefabcdefabcdefabcdefabcd"
    ]
  }
}