Skip to main content
POST
Error
A valid request URL is required to generate request examples
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": "0x6b6f1c8f5d2c4a9d3e1f8b7c6a5d4e3f2c1b0a9d8e7f6a5b4c3d2e1f0a9b8c7d"
}

Documentation Index

Fetch the complete documentation index at: https://docs.nexroute.io/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
jsonrpc
string
required

JSON-RPC protocol version. Must be "2.0".

Example:

"2.0"

id
integer
required

Caller-chosen request id; echoed in the response.

Example:

1

method
string
required

JSON-RPC method. Only eth_sendRawTransaction is supported.

Example:

"eth_sendRawTransaction"

params
string[]
required

Single-element array containing the hex-encoded raw signed transaction (0x-prefixed).

Response

200 - application/json

Acknowledgment with transaction hash, or a JSON-RPC error.

jsonrpc
string
required
Allowed value: "2.0"
id
required
result
string

Deterministic transaction hash. Once returned, delivery is committed.

Pattern: ^0x[0-9a-fA-F]{64}$
error
object