List tags
Returns basic information about cryptocurrencies tags (categories):
- name
- description
- type of tag:
technicalorfunctional - number of coins with the tag
- number of ICOs with the tag
Available on the following API plans:
- Free
- Starter
- Pro
- Business
- Enterprise
Update interval: Every 1 hour.
GET
Query Parameters
Comma separated list of additional fields to include in query result for each tag. Currently supported values are: "coins" and "icos".
Example:
"coins,icos"
Response
successful operation
ID of the tag
Example:
"blockchain-service"
Name of the tag
Example:
"Blockchain Service"
Number of coins with this tag
Example:
160
Number of ico projects with this tag
Example:
80
Example:
"A solution for companies wanting to build, host and use their own blockchain apps, smart contracts and functions on the blockchain."
Example:
"functional"
Example:
["dcr-decred", "hc-hypercash", "nxs-nexus"]Example:
["kodakcoin-kodakone", "acad-academy"]Previous
Get tag by IDReturns information about a given cryptocurrency tag:
* name
* description
* type of tag: `technical` or `functional`
* number of coins with the tag
* number of ICOs with the tag
**Available on the following API plans:**
- Free
- Starter
- Pro
- Business
- Enterprise
**Update interval:** Every 1 hour.
Next