curl --request GET \
--url https://arch-testnet.gomaestro-api.org/v0/rpc/transaction/recent/{count} \
--header 'api-key: <api-key>'{
"data": [
{
"accounts_tags": [
"<string>"
],
"bitcoin_mined_time": 123,
"bitcoin_txid": "<string>",
"hash": "<string>",
"runtime_transaction": {
"message": {
"instructions": [
{
"accounts": [
{
"is_signer": true,
"is_writable": true,
"pubkey": [
123
]
}
],
"data": [
123
],
"program_id": [
123
]
}
],
"signers": [
[
123
]
]
},
"signatures": [
[
123
]
],
"version": 123
},
"status": "<unknown>"
}
],
"last_updated": {
"block_hash": "<string>",
"block_height": 123
}
}Get a specified number of recent transactions from the Arch Network blockchain with configurable limit.
curl --request GET \
--url https://arch-testnet.gomaestro-api.org/v0/rpc/transaction/recent/{count} \
--header 'api-key: <api-key>'{
"data": [
{
"accounts_tags": [
"<string>"
],
"bitcoin_mined_time": 123,
"bitcoin_txid": "<string>",
"hash": "<string>",
"runtime_transaction": {
"message": {
"instructions": [
{
"accounts": [
{
"is_signer": true,
"is_writable": true,
"pubkey": [
123
]
}
],
"data": [
123
],
"program_id": [
123
]
}
],
"signers": [
[
123
]
]
},
"signatures": [
[
123
]
],
"version": 123
},
"status": "<unknown>"
}
],
"last_updated": {
"block_hash": "<string>",
"block_height": 123
}
}Project API Key
Number of transactions
1 <= x <= 100Order of transactions.
OK
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Was this page helpful?