List forwarder addresses and balances

get/api/v2/{coin}/wallet/{walletId}/forwarders/balances

Lists all forwarder addresses and their balances for a wallet. By default, returns low-balance forwarder addresses. A forwarder address has a low balance if the number of assets in it is less than the balance times by the current gas price times the transaction gas limit.

Path Parameters

  • walletIdstringRequired
    Example: "59cd72485007a239fb00282ed480da1f"
    Pattern: ^[0-9a-f]{32}$
  • coinstringRequired
    A cryptocurrency or token ticker symbol.
    Example: "btc"

Query Parameters

  • minimumBalancenumber
    Lower bound of balance range.
  • maximumBalancenumber
    Upper bound of balance range.

200 Response

Array of
address string
The forwarder address.
balance string
Current balance of the forwarder address.

400 Response

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