For the complete documentation index, see llms.txt. This page is also available as Markdown.

eth_getRawTransactionByHash

POST https://mainnet.valuechain.xyz

Returns the RLP-encoded signed transaction for a hash.

Parameters

Name
Type
Required
Description

hash

hash

Yes

32-byte transaction hash.

Result

Raw transaction (data or null): Hex-encoded signed transaction, or null if unknown.

Example

Response

{
  "jsonrpc": "2.0",
  "id": 1,
  "result": "0x02f86d83045f9f825d58830f4240832dc6c0825208947779ef1c26a0437f9fbd06e21f238da8b8336cf28080c080a0cbd645f2126c669dfbd43a598481623efe24263ed37cea19795b3c7984ee2159a03b9de0d48c97b3454e6a7e848677dc948b2876b778d356034fe5b8ee946f7fbd"
}

Code examples

cURL

JavaScript

Python

Last updated