Skip to main content
GET
/
v3
/
currencies
/
search
Search currencies
curl --request GET \
  --url https://api.cryptorank.io/v3/currencies/search \
  --header 'X-Api-Key: <api-key>'
[
  {
    "id": 1,
    "slug": "bitcoin",
    "symbol": "BTC",
    "name": "Bitcoin",
    "rank": 1,
    "images": {
      "icon": "<string>",
      "x60": "<string>",
      "x150": "<string>",
      "native": "<string>"
    }
  }
]

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

Query Parameters

query
string
required

Search by name / symbol / slug.

Minimum string length: 2
limit
number
default:10
Required range: 1 <= x <= 50

Response

200 - application/json
id
number
required
Example:

1

slug
string
required
Example:

"bitcoin"

symbol
object
required
Example:

"BTC"

name
string
required
Example:

"Bitcoin"

rank
object
required
Example:

1

images
object
required

Coin logo URLs in four sizes; each may be null when unavailable.