pub struct GetWalletBalanceParams {
pub account_type: AccountType,
pub coin: Option<String>,
}Fields§
§account_type: AccountTypeAccount type UTA2.0: UNIFIED UTA1.0: UNIFIED, CONTRACT(inverse derivatives wallet) Classic account: CONTRACT, SPOT To get Funding wallet balance, please go to this endpoint
coin: Option<String>Coin name, uppercase only If not passed, it returns non-zero asset info You can pass multiple coins to query, separated by comma. USDT,USDC
Trait Implementations§
Source§impl Debug for GetWalletBalanceParams
impl Debug for GetWalletBalanceParams
Auto Trait Implementations§
impl Freeze for GetWalletBalanceParams
impl RefUnwindSafe for GetWalletBalanceParams
impl Send for GetWalletBalanceParams
impl Sync for GetWalletBalanceParams
impl Unpin for GetWalletBalanceParams
impl UnsafeUnpin for GetWalletBalanceParams
impl UnwindSafe for GetWalletBalanceParams
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more