---
title: "Send Raw Transaction (With Attestation Feedback)"
method: POST
path: "/pod_sendRawTransaction"
tags: ["Network & Consensus (pod_)"]
---

# Send Raw Transaction (With Attestation Feedback)

`POST /pod_sendRawTransaction`

Submits a signed EIP-1559 transaction and waits for validator attestations, returning
tx_hash, success count, and any rejection errors from validators.

**Parameters:**
- `signed_tx` (string): Signed RLP-encoded transaction data
- `timeout_secs` (integer, optional): Max seconds to wait for attestations. Default 10.

## Request body

- object
  - `jsonrpc` string, required
  - `method` string, required
  - `id` integer, required
  - `params` unknown[], required — Parameters: 1. `signed_tx` (string): Signed RLP-encoded transaction data 2. `timeout_secs` (integer, optional): Max seconds to wait for attestations
    - unknown

## Response `200`

Object with tx_hash, successes count, and errors array

- object
  - `jsonrpc` string
  - `result` object
    - `tx_hash` string — 32-byte value (hex-encoded with 0x prefix). Used for transaction hashes, orderbook IDs, etc.
    - `successes` integer — Number of successful attestations
    - `errors` object[]
  - `id` integer

---

[API](https://skmtc.net/pod/apis/json-rpc-api.md) · [All operations](https://skmtc.net/pod/apis/json-rpc-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pod/json-rpc-api/versions/f78dc6cc4dfb/schema)
