Get wallet fee address balances

get/api/v2/wallet/{walletId}/feeAddressBalances

Fetches gas tank balances of different chains available on the wallet. Uses the primary wallet coin's fee address to check balances across all available chains.

Path Parameters

  • walletIdstringRequired
    Example: 59cd72485007a239fb00282ed480da1f
    Pattern: ^[0-9a-f]{32}$

200 Response

WalletFeeAddressBalances dictionary<string, object>
Balances of different coins for a given wallet fee address
object
balance string required
String representation of the balance
Example: 500000

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id