post https://api-sdk.lmnl.dev/api/wallet/balance
This method solely provides the balance of the entire wallet, not the balances of individual addresses within the wallet.
Quick Navigation: Function Index
Get Wallet Balance by Native Coins
Example Request Body
{
"wallet":{
"coin": "eth",
"walletId":1,
"allToken":true
}
}
Get Wallet Balance by Token
Example Request Body
{
"wallet":{
"coin": "eth",
"walletId":1,
"allToken":true,
"tokenOptions":{
"tokenName":"dai",
"tokenAddress":"0xdc31Ee1784292379Fbb2964b3B9C4124D8F89C60"
}
}
}