cURL
curl --request POST \ --url https://arch-mainnet.gomaestro-api.org/v0/rpc/account/address \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data '[ 123 ]'
{ "data": "<string>", "last_updated": { "block_hash": "<string>", "block_height": 123 } }
Account address hex by pubkey
Project API Key
Pubkey
The body is of type integer[].
integer[]
Accepted
The response is of type object.
object