getTagById
Retrieve details for a cryptocurrency tag (e.g., defi) including its name, description, and counts of coins and ICOs. Optionally get the list of coins and ICOs under that tag.
Instructions
Get details for one CoinPaprika tag (a category such as 'defi' or 'stablecoin'): its id, name, description, coin_counter, ico_counter, and optionally the coins and ICOs grouped under it. Use for 'what coins are in the defi tag', 'show the stablecoin category', 'tokens tagged ai'. To list every tag or find a tagId first use getTags. Read-only. Params: tagId (required) is a tag id from getTags such as 'defi'; additionalFields (optional, default none) is a comma-separated list of extra sections, valid values 'coins' and 'icos' (example 'coins,icos'). An unknown tagId returns an error. No API key required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tagId | Yes | Tag ID (e.g., blockchain-service) | |
| additionalFields | No | Comma-separated additional fields (e.g., coins,icos) |