| orderBook | R Documentation |
Get the bid and ask prices with the volumes in orders
orderBook(src)
src |
List of the some crypto curencies which available in the function. |
The values return as a data frame format. The names of the dimensions are
prc.ask: last 24 prices of the asks
vol.ask: a list of last 24 volumes corresponding to the ask's price.
prc.bid: last 24 prices of the bids
vol.bid: a list of last 24 volumes corresponding to the bid's price.
lst.prc: last trade's price
## Not run:
# Download bid and ask market price
orderBook("BTCUSDT")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.