Get Internal Wallet Balances

post/api/v2/internal/wallet/balances

Query Parameters

  • allTokensboolean
    Include data for all subtokens (i.e. ERC20 Tokens, Stellar Tokens)
  • unspentCountboolean
    True, if including unspent count for UTXO-based coins.
  • includeRbfboolean
    True, if including Replace-By-Fee (RBF) transactions in the total balance amount.
  • includeStakingBalancesboolean
    Includes the staked balance and reward balance of the wallet
  • excludeSpendableBalanceboolean
    Exclude spendable balance
  • userIdstring
    The user ID making the request

Request Body

wallets array
walletIds array[string]

200 Response

results array[object] required
walletId string required
balance object required

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