List / browse Verdict ratings
list_ratingsBrowse Verdict's DeFi ratings by entity type, optionally filtered by category or chain. Returns entities with letter grade and composite score, best-rated first.
Instructions
Browse Verdict's DeFi ratings for one entity type, optionally filtered by category or chain. Returns entities with their letter grade + composite score, best-rated first. Example: list_ratings({ entity_type: 'protocol', category: 'lending' }).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Optional chain filter by chain slug, e.g. 'ethereum' or 'base'. | |
| limit | No | Max results (default 25, cap 50). | |
| category | No | Optional category filter, lowercase, e.g. 'lending'. | |
| entity_type | Yes | The kind of entity to browse: protocol, chain, token, oracle, vault, organisation, or bridge. |