| depth | R Documentation |
Get a cumulative volumes corresponding to the bid and ask's price
depth(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 75 prices of the asks
vol.ask: a list of last 75 cumulative volumes corresponding to the ask's price.
prc.bid: last 75 prices of the bids
vol.bid: a list of last 75 cumulative volumes corresponding to the bid's price.
# Download daily data from last one month
## Not run:
depth("BTCUSDT")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.