POST
/
account
/
info
Account Info by Pubkey
curl --request POST \
  --url https://arch-mainnet.gomaestro-api.org/v0/rpc/account/info \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '[
  123
]'
{
  "data": {
    "data": [
      123
    ],
    "is_executable": true,
    "owner": [
      123
    ],
    "utxo": "<string>"
  },
  "last_updated": {
    "block_hash": "<string>",
    "block_height": 123
  }
}

Authorizations

api-key
string
header
required

Project API Key

Body

application/json · integer[]

Pubkey

The body is of type integer[].

Response

202
application/json

Accepted

The response is of type object.