realtime_sendRawTransaction
POST
/{apiKey}
Submits a signed transaction and returns the transaction receipt without polling. This method combines submission and receipt retrieval into one call, returning the receipt as soon as the transaction is executed in a mini block.
If the transaction is not executed within 10 seconds, the method returns a realtime transaction expired error.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
string
format: "^0x[0-9a-f]*$"requiredThe signed transaction data, encoded as a hexadecimal string.
Responses
200
The transaction receipt object containing various properties of the transaction receipt.
Was this page helpful?