/ DEVELOPERS / API / QW_GETTRANSACTIONRECEIPT

qw_getTransactionReceipt

Get the receipt for a confirmed transaction (Ethereum-shaped, with logs / status / gasUsed). Returns null while the tx is unknown or still pending.

qw_getTransactionReceipt

Get the receipt for a confirmed transaction (Ethereum-shaped, with logs / status / gasUsed). Returns null while the tx is unknown or still pending.

qw_*category: txreturns: object
Share link

Parameters

0x-prefixed transaction hash

Response

Press Send Request to see a response.

Copy as

curl -X POST '/rpc' \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","method":"qw_getTransactionReceipt","params":["0x0"],"id":1}'