GET
/
tags
CLI
curl --request GET \
--url 'https://api.coinpaprika.com/v1/tags'
[
  {
    "id": "blockchain-service",
    "name": "Blockchain Service",
    "coin_counter": 160,
    "ico_counter": 80,
    "description": "A solution for companies wanting to build, host and use their own blockchain apps, smart contracts and functions on the blockchain.",
    "type": "functional",
    "coins": [
      "dcr-decred",
      "hc-hypercash",
      "nxs-nexus"
    ],
    "icos": [
      "kodakcoin-kodakone",
      "acad-academy"
    ]
  }
]

Query Parameters

additional_fields
string

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

200
application/json

successful operation

The response is of type object[].