transaction
Last updated
Last updated
curl --location --request POST 'https://testnet3.aleorpc.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"jsonrpc": "2.0",
"id": 1,
"method": "transaction",
"params": {
"id": "at1qf0rdpte850dp2nfqfwcr6qsz7akhdltfww4vgqe89z0yehquuzs5qy30j"
}
}'{
"jsonrpc":"2.0",
"id":1,
"result": {
"id": 12899947,
"block_id": 2823859,
"transaction_id": "at1qf0rdpte850dp2nfqfwcr6qsz7akhdltfww4vgqe89z0yehquuzs5qy30j",
"type": "Execute",
"index": 1,
"status": "accepted",
"timestamp": "1717328209",
"height": "2758584"
}
}