Send raw transaction (synchronous)
POST
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
application/json
jsonrpcstringmethodstringparamsArray<string>Array containing one parameter - the signed transaction data in hex format (0x-prefixed)
idintegerResponse
200OK
Successful response with transaction receipt. Returns the transaction receipt if the transaction was successfully mined.
400Bad Request
Invalid request or transaction data
500Internal Server Error
Transaction execution failed