cURL
curl --request POST \ --url https://arch-mainnet.gomaestro-api.org/v0/rpc/program/accounts \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data '{}'
{ "data": [ { "account": { "data": [ 123 ], "is_executable": true, "owner": [ 123 ], "utxo": "<string>" }, "pubkey": [ 123 ] } ], "last_updated": { "block_hash": "<string>", "block_height": 123 } }
Get account information for accounts owned by a specific Arch Network program with filtering options.
Project API Key
Program accounts request
The body is of type object.
object
OK
The response is of type object.
Was this page helpful?