Get the transaction for the given transaction ID.
Last updated 9 months ago
GET https://api.data123.io/aleo/<API KEY>/v1/testnet3/transaction/{transactionID}
transcationID
string
Yes
The transaction id of the requested transaction hex
result
The block hash of the most recent block
curl https://api.data123.io/aleo/<API KEY>/v1/testnet3/transaction/at1td9klwgpevhgqcpfd5tvu88pv67uajugnxqysd93w40kx8na2cyq8qh3ls
curl https://api.data123.io/aleo/<API KEY>/rpc/v1/testnet3 \ -X POST \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","method":"getTransaction","params":['at1td9klwgpevhgqcpfd5tvu88pv67uajugnxqysd93w40kx8na2cyq8qh3ls'],"id":1}'