The function returns all names and symbols for the coins whose current prices are available. You do not need any parameters.
1 |
1 2 3 4 5 6 7 | # load all names
bahibo.names()
# load current price
bahibo.price(name="Bitcoin",currency="USD")
bahibo.price(symbol="UNI",currency="CHF")
bahibo.price(currency="EUR") # you get all current data
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.