View source: R/wallet-asset-transfer.R
wallet_asset_transfer | R Documentation |
Exposes the GET /sapi/v1/asset/transfer
endpoint.
wallet_asset_transfer(type = NULL, start_time = NULL, end_time = NULL)
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 |
A data frame.
## Not run:
# Get all transfer types.
wallet_asset_transfer()
wallet_asset_transfer(type = "MAIN_FUNDING")
wallet_asset_transfer(type = "FUNDING_MAIN")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.