Ratings APIDeFi
List DeFi Chains
Returns the list of blockchains available in DeFi ratings. Use the returned `slug` values as the `chain` filter parameter in `GET /ratings/defi` and `GET /ratings/defi/{provider-slug}`.
curl -X GET "https://api.stakingrewards.com/ratings/defi/chains"{
"chains": [
{
"slug": "ethereum-2-0",
"name": "Ethereum"
}
]
}Empty
Empty
Overview
Introduction to the Staking Rewards Ratings API - a REST-based API for accessing DeFi and Infrastructure ratings data.
List DeFi Ratings GET
Returns a paginated list of all DeFi product ratings across all platforms. Supports filtering by type, chain, TVL, APY, user count, date ranges, and version, as well as sorting and pagination.