Skip to main content
GET
/
v3
/
currencies
/
{id}
/
category
Currency category
curl --request GET \
  --url https://api.cryptorank.io/v3/currencies/{id}/category \
  --header 'X-Api-Key: <api-key>'
{
  "id": 7,
  "slug": "smart-contracts",
  "name": "Smart Contracts"
}

Documentation Index

Fetch the complete documentation index at: https://docs.cryptorank.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
integer
required

Numeric coin id.

Example:

1

Response

id
number
required
Example:

7

slug
string
required
Example:

"smart-contracts"

name
string
required
Example:

"Smart Contracts"