View source: R/wallet-daily-snapshot.R
wallet_daily_snapshot | R Documentation |
Exposes the GET /sapi/v1/accountSnapshot
endpoint.
wallet_daily_snapshot(
type = "SPOT",
start_time = NULL,
end_time = NULL,
limit = 5
)
type |
Order type. One of |
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 5, minimum is 5 and maximum is 30. |
A data frame.
## Not run:
wallet_daily_snapshot()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.