wallet_daily_snapshot.RdExposes the GET /sapi/v1/accountSnapshot endpoint.
wallet_daily_snapshot(
type = "SPOT",
start_time = NULL,
end_time = NULL,
limit = 5
)Order type. One of "SPOT", "MARGIN" or "FUTURES".
Start time. Something that can be coerced to POSIXct.
End time. Something that can be coerced to POSIXct.
Maximum number of records in result. Default is 5, minimum is 5 and maximum is 30.
A data frame.
if (FALSE) {
wallet_daily_snapshot()
}