| tradeInfo | R Documentation |
Obtain information about the most recent trades conducted in the cryptocurrency market. This data can provide insights into the market trends and help investors make informed decisions.
tradeInfo(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
price: List the prices at which the trade was done.
volume: List the volume corresponding the price at which the trade was done.
type: Type of trade: 'sell' means selecting the price from the bid, and 'buy' refers to the ask price from which you choose.
# Download daily data from last one month
## Not run:
tradeInfo("BTCUSDT")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.