Get Address Status

Get the current balance for a given address. The response will have a map of the total values for each token_id that is present at that address. If no tokens are found at that address, the map will be

Required ParamPurposeRequirements

address

The address on which to perform this action.

Address must be assigned for an account in the wallet.

Optional ParamPurposeRequirements

min_block_index

The minimum block index to filter on txos received

max_block_index

The maximum block index to filter on txos received

{
  "method": "get_address_status",
  "params": {
    "address": "8VWJpZDdmLT8sETcZfHdVojWdFmoo54yVEk7nmae7ixiFfxjZyVFLFj9moCiJBzkeg6Vd5BPXbbwrDvoZuxWZWsyU3G3rEvQdqZBmEbfh7x"
  },
  "jsonrpc": "2.0",
  "id": 1
}

Last updated