Get Balance For Address

Get the current balance for a given address.

Required ParamPurposeRequirements

address

The address on which to perform this action.

Address must be assigned for an account in the wallet.

{
  "method": "get_balance_for_address",
  "params": {
    "address": "3P4GtGkp5UVBXUzBqirgj7QFetWn4PsFPsHBXbC6A8AXw1a9CMej969jneiN1qKcwdn6e1VtD64EruGVSFQ8wHk5xuBHndpV9WUGQ78vV7Z"
  },
  "jsonrpc": "2.0",
  "id": 1
}

Last updated