Get assigned addresses for an account.
Last updated 11 months ago
Was this helpful?
account_id
The account on which to perform this action.
The account must exist in the wallet.
offset
The pagination offset. Results start at the offset index
limit
Limit for the number of results
{ "method": "get_addresses", "params": { "account_id": "60ef9401f98fc278cd8a1ef51f466111244c9d4b97e8f8886a86bd840238dcaa", "offset": 1, "limit": 1 }, "jsonrpc": "2.0", "id": 1 }
{ "method": "get_addresses", "result": { "public_addresses": [ "8VWJpZDdmLT8sETcZfHdVojWdFmoo54yVEk7nmae7ixiFfxjZyVFLFj9moCiJBzkeg6Vd5BPXbbwrDvoZuxWZWsyU3G3rEvQdqZBmEbfh7x" ], "address_map": { "8VWJpZDdmLT8sETcZfHdVojWdFmoo54yVEk7nmae7ixiFfxjZyVFLFj9moCiJBzkeg6Vd5BPXbbwrDvoZuxWZWsyU3G3rEvQdqZBmEbfh7x": { "public_address_b58": "8VWJpZDdmLT8sETcZfHdVojWdFmoo54yVEk7nmae7ixiFfxjZyVFLFj9moCiJBzkeg6Vd5BPXbbwrDvoZuxWZWsyU3G3rEvQdqZBmEbfh7x", "account_id": "60ef9401f98fc278cd8a1ef51f466111244c9d4b97e8f8886a86bd840238dcaa", "metadata": "Main", "subaddress_index": "0" } } }, "jsonrpc": "2.0", "id": 1 }