spot_trades_list | R Documentation |
Exposes the GET /api/v3/myTrades
endpoint.
spot_trades_list(symbol, start_time = NULL, end_time = NULL, limit = 500)
symbol |
Symbol. |
start_time |
Start time. Something that can be coerced to |
end_time |
End time. Something that can be coerced to |
limit |
Maximum number of records in result. Default is 500 and maximum is 1000. |
A data frame.
## Not run:
spot_trades_list("ENJ/ETH")
spot_trades_list("ENJ/ETH", start_time = "2021-09-08", end_time = "2021-09-09")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.