cURL
curl --request POST \ --url https://arch-testnet.gomaestro-api.org/v0/rpc/account/address \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data '{}'
{ "data": "<string>", "last_updated": { "block_hash": "<string>", "block_height": 123 } }
Generate an Arch Network account address in hexadecimal format from a provided public key.
Project API Key
Pubkey
The body is of type object.
object
Accepted
Show child attributes
Was this page helpful?