get_token_id: Get Token Id

Description Usage Arguments Value Examples

View source: R/crypto_currencies.R

Description

This function can be used to get an id which can be used in get_token_price() method.

Usage

1

Arguments

symbol

The cryptocurrency symbol in lowercase

Value

The cryptocurrency ID

Examples

1
2
btcID = get_token_id("btc");
bnbID = get_token_id("bnb");

fradeca01/cryptoprice documentation built on Dec. 20, 2021, 8:50 a.m.