POST
curl --request POST \
  --url https://rpc.quai.network/cyprus1/ \
  --header 'Content-Type: application/json' \
  --data '{
  "jsonrpc": "2.0",
  "method": "quai_getRawTransactionByHash",
  "params": [
    "0xc3b4ce64b533d33d6bbe48219ca980def6f336c263e3f3e1231aac526fc67ea3"
  ],
  "id": 1
}'
{
  "jsonrpc": "2.0",
  "result": "0x00f86c82232824843b9aca00847735940482a410940a6c3c02911272b7afd8fae04a1b7c75cea618bb5b80c080a0b27316f74aa869af3b87dd5d222965c428e53fb26e278f0187c93f2dd88d8299a027fea9d6d7f11917a09962eb6bf5962b4c33160e44bf13445a851887ea6b2e1e",
  "id": 1
}

Body

application/json
jsonrpc
enum<string>
required
Available options:
2.0
method
enum<string>
required

The name of the method to be invoked.

Available options:
quai_getRawTransactionByHash
params
string[]
required

The transaction hash.

id
integer
required

A unique identifier for the request.

Response

200 - application/json
Successful response
jsonrpc
string
result
string

The raw transaction bytecode.

id
integer