GET
List forwarder addresses and 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 Params
-
coinstring requiredA cryptocurrency symbol or token ticker symbol -
walletIdstring required
Query Params
-
minimumBalancestring numberLower bound of balance range. -
maximumBalancestring numberUpper bound of balance range.
Responses
200
OK
Response Body
object
-
forwardersarray of objects requiredforwarders object
-
addressstring requiredThe forwarder address. -
balancestring requiredCurrent balance of the forwarder address.
-
400
Bad Request
Response Body
ONE OF
-
namestringError code -
contextmap of objects requiredProperties that apply to a specific error namecontext object
-
<key>object
-
-
errorstring requiredHuman-readable error message -
requestIdstring requiredClient request id
-
namestring enum requiredInvalidWalletId -
contextobject requiredcontext object
-
idstring required
-
-
errorstring requiredHuman-readable error message -
requestIdstring requiredClient request id