Get Ticker Information

View as Markdown

This method allows you to get information for a specific ticker.

Notes:

  • If the prices parameter is sent, the prices will be included in the response.

Method: GET

Path: https://api.cryptapi.io/{ticker}/info/

Parameters

Path Parameters

tickerstringRequired

The ticker parameter in this API request refers to the unique identifier of the cryptocurrency to which you are making the request. It is included in the URL of the request and helps to specify the exact cryptocurrency that you want to retrieve data for. The ticker is typically a short code that uniquely identifies the cryptocurrency, or the token and it's network/blockchain.

For example, btc is the ticker for Bitcoin, and trc20/usdt is the ticker for USDT over TRC-20. Having this in mind, a request for USDT over TRC-20 will look like this: https://api.cryptapi.io/trc20/usdt/create/.

Example:btc

Notes:

Query Parameters

pricesinteger

If you want to receive also the coin prices, set to 1 to enable the prices.

Example:1

Returns

Returns information about the specified ticker.

coinstring

Human readable name of the currency.

tickerstring

Ticker of the currency.

minimum_transactionintegerDeprecated

The minimum transaction value for this currency is expressed as an integer to facilitate precision value calculations.

For example, in Python: 8000 / 10 ** 8, where 8 represents the number of decimal places for the cryptocurrency.

Important Note: Values below this value are disregarded by BlockBee.

minimum_transaction_coinstring

Minimum transaction value for this currency.

Important Note: Values below this value are disregarded by BlockBee.

minimum_feeintegerDeprecated

Minimum fee value expressed as an integer to facilitate precision value calculations.

For example, in Python: 8000 / 10 ** 8, where 8 represents the number of decimal places for the cryptocurrency.

Important Note: BlockBee currently doesn't charge a minimum fee. On Bitcoin and Bitcoin Cash there's a minimum transaction fee of 546 Satoshis due to dust threshold. For Litecoin it's 5460 Litoshis.

minimum_fee_coinstring

The minimum fee value.

Important Note: BlockBee currently doesn't charge a minimum fee. On Bitcoin and Bitcoin Cash there's a minimum transaction fee of 546 Satoshis due to dust threshold. For Litecoin it's 5460 Litoshis.

fee_percentnumber

Fee percentage for this currency.

network_fee_estimationstring

Estimation of the blockchain fee for this cryptocurrency/token.

Notes: This value is informative. To obtain a blockchain fee estimation use the estimate endpoint instead.

statusstring

Status of the request. Should be success if the request didn't fail.

pricesobject

Object with the exchange rate of this currency in various FIAT currencies.

Keys are the names of the FIAT currencies, values are the estimated costs. In case your desired FIAT currency is not included in the list of supported currencies, please don't hesitate to reach out to us so that we can add it to our service:

  • (USD) United States Dollar
  • (EUR) Euro
  • (GBP) Great Britain Pound
  • (CAD) Canadian Dollar
  • (JPY) Japanese Yen
  • (AED) UAE Dollar
  • (MYR) Malaysian Ringgit
  • (IDR) Indonesian Rupiah
  • (THB) Thai Baht
  • (CHF) Swiss Franc
  • (SGD) Singapore Dollar
  • (RUB) Russian Ruble
  • (ZAR) South African Rand
  • (TRY) Turkish Lira
  • (LKR) Sri Lankan Rupee
  • (RON) Romanian Leu
  • (BGN) Bulgarian Lev
  • (HUF) Hungarian Forint
  • (CZK) Czech Koruna
  • (PHP) Philippine Peso
  • (PLN) Poland Zloti
  • (UGX) Uganda Shillings
  • (MXN) Mexican Peso
  • (INR) Indian Rupee
  • (HKD) Hong Kong Dollar
  • (CNY) Chinese Yuan
  • (BRL) Brazilian Real
  • (DKK) Danish Krone
  • (TWD) New Taiwan Dollar
  • (AUD) Australian Dollar
  • (NGN) Nigerian Naira
  • (SEK) Swedish Krona
  • (NOK) Norwegian Krone
  • (UAH) Ukrainian Hryvnia
  • (VND) Vietnamese Dong

Notes: Updated every 5 minutes from CoinMarketCap.

prices_updatedstring

Datetime of the last price update.