Business
Products
Pricing
Enterprise
AI
Docs
Try for free
Sign in
Go to...
Search
⌘K
Avalanche
Methods
debug_getBadBlocks
debug_getRawHeader
debug_traceBlockByHash
debug_traceBlockByNumber
debug_traceCall
debug_traceTransaction
eth_accounts
eth_baseFee
eth_blobBaseFee
eth_blockNumber
eth_call
eth_chainId
eth_coinbase
eth_createAccessList
eth_estimateGas
eth_feeHistory
eth_gasPrice
eth_getAccount
eth_getBalance
eth_getBlockByHash
eth_getBlockByNumber
eth_getBlockReceipts
eth_getBlockTransactionCountByHash
eth_getBlockTransactionCountByNumber
eth_getCode
eth_getFilterChanges
eth_getFilterLogs
eth_getLogs
eth_getProof
eth_getStorageAt
eth_getTransactionByBlockHashAndIndex
eth_getTransactionByBlockNumberAndIndex
eth_getTransactionByHash
eth_getTransactionCount
eth_getTransactionReceipt
eth_getUncleByBlockHashAndIndex
eth_getUncleByBlockNumberAndIndex
eth_getUncleCountByBlockHash
eth_getUncleCountByBlockNumber
eth_hashrate
eth_maxPriorityFeePerGas
eth_mining
eth_newBlockFilter
eth_newFilter
eth_newPendingTransactionFilter
eth_protocolVersion
eth_sendRawTransaction
eth_sendTransaction
eth_sign
eth_signTransaction
eth_subscribe
eth_syncing
eth_uninstallFilter
eth_unsubscribe
net_listening
net_peerCount
net_version
trace_block
trace_call
trace_callMany
trace_filter
trace_get
trace_rawTransaction
trace_replayBlockTransactions
trace_replayTransaction
trace_transaction
txpool_content
web3_clientVersion
web3_sha3
Search
⌘K
Avalanche
Methods
debug_getBadBlocks
debug_getRawHeader
debug_traceBlockByHash
debug_traceBlockByNumber
debug_traceCall
debug_traceTransaction
eth_accounts
eth_baseFee
eth_blobBaseFee
eth_blockNumber
eth_call
eth_chainId
eth_coinbase
eth_createAccessList
eth_estimateGas
eth_feeHistory
eth_gasPrice
eth_getAccount
eth_getBalance
eth_getBlockByHash
eth_getBlockByNumber
eth_getBlockReceipts
eth_getBlockTransactionCountByHash
eth_getBlockTransactionCountByNumber
eth_getCode
eth_getFilterChanges
eth_getFilterLogs
eth_getLogs
eth_getProof
eth_getStorageAt
eth_getTransactionByBlockHashAndIndex
eth_getTransactionByBlockNumberAndIndex
eth_getTransactionByHash
eth_getTransactionCount
eth_getTransactionReceipt
eth_getUncleByBlockHashAndIndex
eth_getUncleByBlockNumberAndIndex
eth_getUncleCountByBlockHash
eth_getUncleCountByBlockNumber
eth_hashrate
eth_maxPriorityFeePerGas
eth_mining
eth_newBlockFilter
eth_newFilter
eth_newPendingTransactionFilter
eth_protocolVersion
eth_sendRawTransaction
eth_sendTransaction
eth_sign
eth_signTransaction
eth_subscribe
eth_syncing
eth_uninstallFilter
eth_unsubscribe
net_listening
net_peerCount
net_version
trace_block
trace_call
trace_callMany
trace_filter
trace_get
trace_rawTransaction
trace_replayBlockTransactions
trace_replayTransaction
trace_transaction
txpool_content
web3_clientVersion
web3_sha3
Docs
·
APIs
·
Web3 RPC API
·
Avalanche
·
Methods
·
eth_signTransaction
eth_signTransaction
Use with AI
Returns an RLP encoded transaction signed by the specified account.
https://api.1inch.com/web3/43114
Parameters
Transaction
(required)
Transaction
*
object
type
string
nonce
string
to
any
oneOf[0]
null
oneOf[1]
string
from
string
gas
string
value
string
input
string
gasPrice
string
The gas price willing to be paid by the sender in wei
maxPriorityFeePerGas
string
Maximum fee per gas the sender is willing to pay to miners in wei
maxFeePerGas
string
The maximum total fee per gas the sender is willing to pay (includes the network / base fee and miner / priority fee) in wei
maxFeePerBlobGas
string
The maximum total fee per gas the sender is willing to pay for blob gas in wei
accessList
array
EIP-2930 access list
items
object
address
*
string
storageKeys
*
array
items
string
additionalProperties
none
blobVersionedHashes
array
List of versioned blob hashes associated with the transaction's EIP-4844 data blobs.
items
string
blobs
array
Raw blob data.
items
string
chainId
string
Chain ID that this transaction is valid on.
authorizationList
array
EIP-7702 authorization list
items
object
chainId
*
string
Chain ID on which this transaction is valid
nonce
*
string
address
*
string
yParity
*
string
The parity (0 for even, 1 for odd) of the y-value of the secp256k1 signature
r
*
string
s
*
string
additionalProperties
none
Request
Request
object
jsonrpc
*
string
(Enum)
JSON-RPC version
2.0
method
*
string
The method to call
params
array
Method parameters
items
object
type
string
nonce
string
to
any
oneOf[0]
null
oneOf[1]
string
from
string
gas
string
value
string
input
string
gasPrice
string
The gas price willing to be paid by the sender in wei
maxPriorityFeePerGas
string
Maximum fee per gas the sender is willing to pay to miners in wei
maxFeePerGas
string
The maximum total fee per gas the sender is willing to pay (includes the network / base fee and miner / priority fee) in wei
maxFeePerBlobGas
string
The maximum total fee per gas the sender is willing to pay for blob gas in wei
accessList
array
EIP-2930 access list
items
object
address
*
string
storageKeys
*
array
items
string
additionalProperties
none
blobVersionedHashes
array
List of versioned blob hashes associated with the transaction's EIP-4844 data blobs.
items
string
blobs
array
Raw blob data.
items
string
chainId
string
Chain ID that this transaction is valid on.
authorizationList
array
EIP-7702 authorization list
items
object
chainId
*
string
Chain ID on which this transaction is valid
nonce
*
string
address
*
string
yParity
*
string
The parity (0 for even, 1 for odd) of the y-value of the secp256k1 signature
r
*
string
s
*
string
additionalProperties
none
id
*
number
Request ID
JavaScript
Copy
Try it
1
Response
Encoded transaction
Encoded transaction
string
JSON
Copy
1
eth_sign
eth_subscribe
Did you find what you need?
Yes
No