wallet_asset_transfer: Transferred assets among funding account and other accounts

View source: R/wallet-asset-transfer.R

wallet_asset_transferR Documentation

Transferred assets among funding account and other accounts

Description

Exposes the GET /sapi/v1/asset/transfer endpoint.

Usage

wallet_asset_transfer(type = NULL, start_time = NULL, end_time = NULL)

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.

Value

A data frame.

Examples

## Not run: 
# Get all transfer types.
wallet_asset_transfer()
wallet_asset_transfer(type = "MAIN_FUNDING")
wallet_asset_transfer(type = "FUNDING_MAIN")

## End(Not run)

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