GET
/
account
/
info
/
{address}
/
hex
Account Info Hex by Address Hex
curl --request GET \
  --url https://arch-mainnet.gomaestro-api.org/v0/rpc/account/info/{address}/hex \
  --header 'api-key: <api-key>'
{
  "data": {
    "data": "<string>",
    "is_executable": true,
    "owner": "<string>",
    "utxo": "<string>"
  },
  "last_updated": {
    "block_hash": "<string>",
    "block_height": 123
  }
}

Authorizations

api-key
string
header
required

Project API Key

Path Parameters

address
string
required

Address

Response

200
application/json

Accepted

The response is of type object.