/ 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
Parameters
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}'