Send raw transaction (synchronous)
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Submit a signed raw transaction to the network and wait for transaction receipt synchronously. This method will block until the transaction is mined or timeout occurs.
Body
Submit a signed raw transaction to the network and wait for transaction receipt synchronously. This method will block until the transaction is mined or timeout occurs.
Request payload for Send raw transaction (synchronous).
jsonrpcstringJSON-RPC protocol version.
methodstringJSON-RPC method name.
paramsArray<string>Array containing one parameter - the signed transaction data in hex format (0x-prefixed)
idintegerClient-provided request identifier echoed in the response.
Response
Successful response with transaction receipt. Returns the transaction receipt if the transaction was successfully mined.
Invalid request or transaction data
Unauthorized: API key is present but rejected by the NOWNodes gateway.
Method Not Allowed. Returned by the NOWNodes gateway for malformed or unsupported gateway-level requests.
Missing API key. The NOWNodes gateway returns plain text for this error.
Transaction execution failed