Standard EVM transaction
Recipient address
Chain ID
Transaction data as hex string
Gas limit as hex string
Gas price as hex string
Maximum fee per gas as hex string
Maximum priority fee per gas as hex string
Transaction nonce
Transaction value as hex string
Was this page helpful?
{
"to": "<string>",
"chainId": 123,
"data": "<string>",
"gas": "<string>",
"gasPrice": "<string>",
"maxFeePerGas": "<string>",
"maxPriorityFeePerGas": "<string>",
"nonce": 123,
"value": "<string>"
}