Skip to main content

GET /api/yields/chain/polygon

Polygon chain yields

GET polygon data from yields service

Endpoint​

GET https://api.web3identity.com/api/yields/chain/polygon

Example Request​

curl -s "https://api.web3identity.com/api/yields/chain/polygon" | jq

Responses​

200 Yields​

{
"chain": "Ethereum",
"chainId": 1,
"tvl": 89500000000,
"protocols": 457,
"users24h": 456789,
"transactions24h": 1234567,
"gasPrice": 25.5
}

400 Bad request - invalid parameters​

{
"example": "response"
}

402 Payment required - free tier exhausted​

{
"example": "response"
}

404 Resource not found​

{
"example": "response"
}

429 Rate Limited​

{
"example": "response"
}

500 Internal Server Error - Something went wrong on our end​

{
"error": "Internal server error",
"code": "INTERNAL_ERROR"
}

Auto-generated from OpenAPI spec