wallet_daily_snapshot: Daily account snapshot

View source: R/wallet-daily-snapshot.R

wallet_daily_snapshotR Documentation

Daily account snapshot

Description

Exposes the GET /sapi/v1/accountSnapshot endpoint.

Usage

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

## Not run: 
wallet_daily_snapshot()

## End(Not run)

datawookie/binance documentation built on March 19, 2023, 11:01 p.m.