Exposes the GET /sapi/v1/accountSnapshot endpoint.

wallet_daily_snapshot(
  type = "SPOT",
  start_time = NULL,
  end_time = NULL,
  limit = 5
)

Arguments

type

Order type. One of "SPOT", "MARGIN" or "FUTURES".

start_time

Start time. Something that can be coerced to POSIXct.

end_time

End time. Something that can be coerced to POSIXct.

limit

Maximum number of records in result. Default is 5, minimum is 5 and maximum is 30.

Value

A data frame.

Examples

if (FALSE) {
wallet_daily_snapshot()
}