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
ticker
string
•Required
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/
.
btc
Notes:
- You can find all our tickers in our cryptocurrencies page.
Query Parameters
Returns
Returns information about the specified ticker
.
minimum_transaction
integer
Deprecated
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_coin
string
Minimum transaction value for this currency.
Important Note: Values below this value are disregarded by BlockBee.
minimum_fee
integer
Deprecated
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_coin
string
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.
network_fee_estimation
string
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.
prices
object
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.