Pendle
Get Market & User Position
Get the market’s implied APY, maturity date and the associated token data.
The user position is only included if ‘user_address’ parameter is included.
GET
Python (SDK)
Query Parameters
The chain to use.
Available options:
base:mainnet
, ethereum:mainnet
, arbitrum:mainnet
Optional block number (defaults to latest).
The market address of the desired position.
The user address of the desired market position. Only include if you would like the user position included in the response. Defaults to None
.
Response
200
application/json
Successful Response
The response is of type object
.
Python (SDK)