Transactions
rawTxByHash
Returns the bytecode for a raw transaction given its hash.
POST
Body
application/json
Available options:
2.0
Example:
"2.0"
The name of the method to be invoked.
Available options:
quai_getRawTransactionByHash
Example:
"quai_getRawTransactionByHash"
The transaction hash.
Example:
[
"0xc3b4ce64b533d33d6bbe48219ca980def6f336c263e3f3e1231aac526fc67ea3"
]
A unique identifier for the request.
Example:
1
Response
200 - application/json
Successful response
Example:
"2.0"
The raw transaction bytecode.
Example:
"0x00f86c82232824843b9aca00847735940482a410940a6c3c02911272b7afd8fae04a1b7c75cea618bb5b80c080a0b27316f74aa869af3b87dd5d222965c428e53fb26e278f0187c93f2dd88d8299a027fea9d6d7f11917a09962eb6bf5962b4c33160e44bf13445a851887ea6b2e1e"
Example:
1
Was this page helpful?