Home

Robinhood Chain method - eth_fillTransaction

POST
https://robinhood.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Completes the missing fields of a transaction (nonce, gas, fees) and returns both the filled transaction object and its RLP encoding.

Body

application/json

JSON-RPC 2.0 request to the Robinhood Chain mainnet endpoint.

Request payload for Completes the missing fields of a transaction (nonce, gas, fees) and returns both the filled transaction object and its RLP encoding.

jsonrpcstringrequired

JSON-RPC protocol version

methodstringrequired

Name of the method to call

paramsArray<any>required

Parameters for eth_fillTransaction.

idintegerrequired

Unique identifier for the request

Response

200OK

eth_fillTransaction response

500Internal Server Error

Upstream node or gateway error.