Skip to main content

Wallet

GetFundingWallet

Get funding wallet assets

restClient.Wallet.GetFundingWallet();

Transfer

Transfers between accounts

restClient.Wallet.Transfer();

DustTransfer

Converts dust (small amounts of) assets to BNB

restClient.Wallet.DustTransfer();

GetDailySpotAccountSnapshot

Get a daily account snapshot (balances)

restClient.Wallet.GetDailySpotAccountSnapshot();

GetAccountStatus

Gets the status of the account associated with the API Key/Secret

restClient.Wallet.GetAccountStatus();

GetAccountInfo

Gets the account information, including balances

restClient.Wallet.GetAccountInfo();

GetUserCoins

Get information for all coins for a user

restClient.Wallet.GetUserCoins();

GetUserAsset

Get information for a single user asset, positive results only

restClient.Wallet.GetUserAsset();

GetAssetDividendRecords

Get asset dividend records

restClient.Wallet.GetAssetDividendRecords();

GetDustLog

Gets the history of dust conversions

restClient.Wallet.GetDustLog();

GetTradingStatus

Gets the trading status for the current account

restClient.Wallet.GetTradingStatus();

GetDepositAddress

Fetch deposit address with network.

restClient.Wallet.GetDepositAddress();

GetTradeFee

Gets the trade fee for a symbol

restClient.Wallet.GetTradeFee();

GetTransfers

Get universal transfer history

restClient.Wallet.GetTransfers();

Copyright S Christison ©2024