Send raw transaction (synchronous)
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Submits a signed, RLP-encoded transaction and blocks until the receipt is available, then returns it.
Body
application/json
JSON-RPC 2.0 request to the Robinhood Chain mainnet endpoint.
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
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