/ DEVELOPERS / API / QW_GETTRANSACTIONBYHASH

qw_getTransactionByHash

Get a transaction by hash. Returns the canonical QuantumWing tx (Dilithium signature + public key, base64 encoded). Falls back to the mempool for pending txs.

qw_getTransactionByHash

Get a transaction by hash. Returns the canonical QuantumWing tx (Dilithium signature + public key, base64 encoded). Falls back to the mempool for pending txs.

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_getTransactionByHash","params":["0x0"],"id":1}'