get_entity
Retrieve a canonical BCA entity dossier including cross-referenced articles, aliases, and sentiment by providing a slug or ticker.
Instructions
Fetch a canonical BCA entity dossier (chain, project, person, organization, or ticker) with cross-referenced articles, aliases, and sentiment. Required: exactly one of 'slug' or 'ticker'. Aliases ('CZ' -> changpeng-zhao, 'Maker' -> makerdao) resolve automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Canonical entity slug (e.g. 'vitalik-buterin', 'ethereum', 'circle'). | |
| ticker | No | Ticker symbol (e.g. 'ETH', 'SOL'). Case-insensitive. |