feat(): added missing API examples
This commit is contained in:
@@ -7,7 +7,12 @@ const client = new RestClientV5({
|
||||
});
|
||||
|
||||
client
|
||||
.getAllCoinsBalance({ accountType: 'FUND', coin: 'USDC' })
|
||||
.getCoinBalance({
|
||||
accountType: 'UNIFIED',
|
||||
coin: 'USDT',
|
||||
toAccountType: 'FUND',
|
||||
withLtvTransferSafeAmount: 1,
|
||||
})
|
||||
.then((response) => {
|
||||
console.log(response);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user