getTags
Retrieve all cryptocurrency tags (categories) with ID, name, coin count, and ICO count. Use to browse market sectors or find a tagId for detailed info.
Instructions
List all CoinPaprika tags (categories such as 'defi', 'stablecoin', 'memecoin', 'ai') used to group coins, returned as a list with each tag's id, name, coin_counter and ico_counter. Use for 'what crypto categories exist', 'list market sectors', or to find a tagId before calling getTagById. For the coins inside one tag use getTagById. Read-only. Params: additionalFields (optional, default none) is a comma-separated list of extra sections per tag, valid values 'coins' and 'icos' (example 'coins,icos'; omit for just summaries); limit (optional, default 50, max 250) caps how many tags return. No API key required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of tags to return (default: 50, max: 250) | |
| additionalFields | No | Comma-separated additional fields (e.g., coins,icos) |