Get transaction receipt

Returns the receipt of a transaction that's been successfully added to the blockchain.

Securitybearer or cookie
Request
path Parameters
chain
required
string (ChainName)

The blockchain chain label.

Value: "ethereum"
hash
required
string (Hex) ^(0x[0-9a-f]*|0X[0-9A-F]*)$

Transaction hash.

query Parameters
include
string

Include contract and event details, if available.

Value: "contract"
Responses
200

OK

4XX

Client error.

5XX

Server error.

get/chains/{chain}/transactions/receipt/{hash}
Request samples
Response samples
application/json
{
  • "status": 0,
  • "message": "string",
  • "result": {
    }
}
Copyright © Curvegrid 2022. All right reserved.