API Reference

eth_sendRawTransaction

Submits a pre-signed transaction for broadcast to the Polygon network.

Request Parameters

  • TRANSACTION DATA [required] - The signed transaction data.

Response

The transaction hash, or the zero hash if the transaction is not yet available.

Result Fields

  • TRANSACTION HASH: 32 Bytes - the transaction hash, or the zero hash if the transaction is not yet available.

Examples

Example Responses
{
    "id": 1,
    "jsonrpc": "2.0",
    "result": "0xe670ec64341771606e55d6b4ca35a1a6b75ee3d5145a99d05921026d1527331"
}
Language
Click Try It! to start a request and see the response here!