v1

latestOpenAPI 3.0.32026-07-1320201.0 MB
Ethereum Transactions

Get receipt

get/api/v2/ethereum/transactions/{txid}/receipt/{decoded}

Headers

X-Network'testnet' | 'mainnet'

Specify "testnet" for test network or leave empty for main network. Defaults to "mainnet" if not provided.

Authorizationstring required

Bearer token for authorization. Required for authenticated endpoints.

Content-Type'application/json' | 'application/x-www-form-urlencoded' | 'multipart/form-data'

The MIME type of the request body.

Response

OR

Example response

{
  "status": 200,
  "ok": true,
  "message": "Succesfully parsedtransaction receipt",
  "data": {
    "transaction": {
      "blockHash": "0xf062efe5e23fbd70c05834c8ae6a329d02e8afb1673a8665906945dae74f86e6",
      "blockNumber": "37701506",
      "cumulativeGasUsed": "627702",
      "effectiveGasPrice": "3.0000000000",
      "from": "0x261a8de315f34b8e35b225e70159dc612b3793db",
      "gasUsed": "21000",
      "logs": [],
      "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
      "status": true,
      "to": "0xbea640f2bb84082df3bfa459774c4a5b496ca054",
      "transactionHash": "0xf5ed14c69911b1f15fa19946e7572486ec01d6fd40c3044753924798bc88d72b",
      "transactionIndex": "8",
      "type": "8"
    }
  }
}