eth_signTransaction RPC Method
Please note that QuickNode does not support the eth_signTransaction RPC method. To use eth_signTransaction on the C-Chain, ensure that the end of your URL includes ext/bc/C/rpc.
Parameters
object
object
REQUIRED
Loading...
from
string
Loading...
to
string
Loading...
gas
string
Loading...
gasPrice
string
Loading...
value
string
Loading...
data
string
Loading...
nonce
string
Loading...
Returns
result
Loading...
Request
1curl -X POST "https://docs-demo.flare-mainnet.quiknode.pro/ext/bc/C/rpc/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "eth_signTransaction",6"params": [7{8"from": "0x14533e7f780cd7c1215d2a25533e46146203230e",9"to": "0x14533e7f780cd7c1215d2a25533e46146203230e",10"gas": "0x7a120",11"gasPrice": "0x9184e72a000",12"value": "0x0",13"data": "0x",14"nonce": "0x0"15}16],17"id": 118}'
1curl -X POST "https://docs-demo.flare-mainnet.quiknode.pro/ext/bc/C/rpc/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "eth_signTransaction",6"params": [7{8"from": "0x14533e7f780cd7c1215d2a25533e46146203230e",9"to": "0x14533e7f780cd7c1215d2a25533e46146203230e",10"gas": "0x7a120",11"gasPrice": "0x9184e72a000",12"value": "0x0",13"data": "0x",14"nonce": "0x0"15}16],17"id": 118}'
Response
1{2"jsonrpc": "2.0",3"id": 1,4"result": "0xa3f20717a250c2b0b729b7e5becbff67fdaef7e0699da4de7ca5895b02a170a12d887fd3b17bfdce3481f10bea41f45ba9f709d39ce8325427b57afcfc994cee1b"5}
1{2"jsonrpc": "2.0",3"id": 1,4"result": "0xa3f20717a250c2b0b729b7e5becbff67fdaef7e0699da4de7ca5895b02a170a12d887fd3b17bfdce3481f10bea41f45ba9f709d39ce8325427b57afcfc994cee1b"5}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free