Home

Send raw transaction (synchronous)

POST
https://robinhood.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-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).

jsonrpcstring

JSON-RPC protocol version.

methodstring

JSON-RPC method name.

paramsArray<string>

Array containing one parameter - the signed transaction data in hex format (0x-prefixed)

idinteger

Client-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