Get a Verdict rating
get_ratingRetrieve the full free-tier Verdict rating (letter grade, composite score 0-100, and public metadata) for any DeFi entity by specifying its type and identifier (slug or UUID).
Instructions
Get the full free-tier Verdict rating for one DeFi entity (letter grade + composite score 0-100 + public metadata). Identify it by slug (e.g. 'aave') or UUID. Example: get_rating({ entity_type: 'protocol', identifier: 'aave' }).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | The entity's slug (e.g. 'aave' or 'ethereum') or UUID. | |
| entity_type | Yes | The kind of entity: protocol, chain, token, oracle, vault, organisation, or bridge. |