Get Transaction Receipt
Returns the receipt of a transaction by transaction hash.
https://api.atoverse.info/api
?module=proxy
&action=atos_getTransactionReceipt
&txhash=0x7018f5593a28d417cdab53892a93b6e5cd0c8695da5bb9d6eae337af5dd6fef1
&apikey=YourApiKeyToken
Request
Query Parameters
Parameter | Description |
---|---|
txhash | the string representing the hash of the transaction. |
Response
Sample response
{
"code":200,
"msg":"ok",
"data":{
"blockHash":"0xc00556f737678105243bf5c87cc249517f93d67fe4ae341850d0b2e4a95b7feb",
"blockNumber":8947209,
"blockNumberRaw":"0x888609",
"cumulativeGasUsed":21560,
"cumulativeGasUsedRaw":"0x5438",
"from":"0x1e2198cdf2fc606c35b9d6d3374194263e45a9d6",
"gasUsed":21560,
"gasUsedRaw":"0x5438",
"logs":[
],
"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"status":"0x1",
"statusOK":true,
"to":"0x218aead685de5bf85ef8fb22072459527bbac4a4",
"transactionHash":"0x7018f5593a28d417cdab53892a93b6e5cd0c8695da5bb9d6eae337af5dd6fef1",
"transactionIndex":0,
"transactionIndexRaw":"0x0"
}
}