Description Usage Arguments Value Examples
View source: R/crypto_currencies.R
This function can be used to get an id which can be used in get_token_price() method.
1 |
symbol |
The cryptocurrency symbol in lowercase |
The cryptocurrency ID
1 2 | btcID = get_token_id("btc");
bnbID = get_token_id("bnb");
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.