Skip to main content
GET
CLI

Path Parameters

coin_id
string
required
Example:

"btc-bitcoin"

Response

successful operation

id
string

ID of coin on coinpaprika.com

Example:

"btc-bitcoin"

name
string

Name of the cryptocurrency

Example:

"Bitcoin"

symbol
string

Symbol of the cryptocurrency

Example:

"BTC"

parent
object | null

This field is deprecated. Use contracts field instead

Example:
rank
integer

Current coin ranking position on coinpaprika.com

Example:

1

is_new
boolean

Flag indicating if the currency was added within the last 5 days

Example:

false

is_active
boolean

Flag indicating if the currency is active, which means that we can calculate the current price and volume

Example:

true

type
string

Type of the cryptocurrency. Currently supported values are coin and token

Example:

"coin"

Logo image URL

Example:

"https://static.coinpaprika.com/coin/bnb-binance-coin/logo.png"

tags
object[]

The array of tags to which this coin was assigned on coinpaprika.com

team
object[]

The cryptocurrency founding and/or developing team

description
string | null

Text description of the cryptocurrency

Example:

"Bitcoin is a cryptocurrency and worldwide payment system. It is the first decentralized digital currency, as the system works without a central bank or single administrator."

message
string

An important message about current status of the cryptocurrency

open_source
boolean

Set to true if the cryptocurrency is Open Source project

Example:

true

hardware_wallet
boolean

Set to true if the cryptocurrency is supported by any hardware wallet

Example:

true

started_at
string | null

Launch date of the cryptocurrency

Example:

"2009-01-03T00:00:00Z"

development_status
string | null

Development status of the cryptocurrency - if it is a working project, beta version, just an idea, etc.

Example:

"Working product"

proof_type
string | null

Cryptocurrency proof type: Proof of Work, Proof of Stake, etc.

Example:

"Proof of work"

org_structure
string | null

The cryptocurrency organization structure: centralized, decentralized, hierarchical, flat, etc.

Example:

"Decentralized"

hash_algorithm
string | null

Name of the hash algorithm used by the cryptocurrency

Example:

"SHA256"

contract
string | null

This field is deprecated. Use contracts field instead

platform
string | null

This field is deprecated. Use contracts field instead

contracts
object[]

Contains all links of the {coin_id} coin together with statistics for some of them, e.g. number of twitter followers, reddit subscribers, telegram members or github repository stars and contributors

Example:
whitepaper
object
first_data_at
string

Date of the first available ticker data for the coin. RFC3999 (ISO-8601) format

Example:

"2018-10-03T11:48:19Z"

last_data_at
string

Date of the last available ticker data for the coin. RFC3999 (ISO-8601) format

Example:

"2019-05-03T11:00:00"