Send a raw signed transaction
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Submits a signed, RLP-encoded transaction to the network and returns its hash.
Body
application/json
JSON-RPC 2.0 request to the Robinhood Chain mainnet endpoint.
Request payload for Send a raw signed transaction.
jsonrpcstringrequiredJSON-RPC version
methodstringrequiredMethod name
paramsArray<string>requiredArray containing a single signed transaction data (hex string)
idintegerrequiredRequest ID
Response
200OK
Transaction successfully sent
500Internal Server Error
Upstream node or gateway error.