cURL
curl --request GET \ --url https://arch-mainnet.gomaestro-api.org/v0/rpc/account/info/{address} \ --header 'api-key: <api-key>'
{ "data": { "data": [ 123 ], "is_executable": true, "owner": [ 123 ], "utxo": "<string>" }, "last_updated": { "block_hash": "<string>", "block_height": 123 } }
Get Arch Network account information by address including balance, nonce, and smart contract deployment status.
Project API Key
Address
OK
The response is of type object.
object
Was this page helpful?