We're now supporting Polygon zkEVM!
Learn more here.

Contents

eth_signTransaction RPC Method

The API credit value for this method is 1 . To learn more about API credits and each method's value, visit the API Credits page.

Parameters:

Please note that QuickNode does not support the eth_signTransaction RPC method.

  1. object - The transaction response object which contains the following fields:

    from - The address the transaction is sent from

    to - (optional for contract creation) The address the transaction is directed to

    gas - (default: 90000) The integer of the gas provided for the transaction execution

    gasPrice - The integer of the gasPrice used for each paid gas, in wei

    value - The integer of the value sent with this transaction, in wei

    data - The compiled code of a contract or the hash of the invoked method signature and encoded parameters

    nonce - The integer of a nonce. This allows overwriting the own pending transactions that use the same nonce

Returns:

  1. result - The signed transaction object

Code Examples:

# Not supported by QuickNode!
Ready to get started? Create a free account