Transfer ETH
Sends native ETH from the sender’s address to the specified recipient.
POST
Body
application/json
Request model for transferring native ETH.
Amount of ETH to transfer
Required range:
x > 0
Example:
1.5
The recipient of the ETH.
Example:
"0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc44"
The chain to use.
Available options:
base:mainnet
, ethereum:mainnet
, arbitrum:mainnet
The address of the transaction sender
Response
200
application/json
Successful Response
The chain id of the transaction
The data of the transaction
The sender of the transaction
The gas of the transaction
The recipient of the transaction
The value of the transaction
The nonce of the address
The max fee per gas of the transaction
The max priority fee per gas of the transaction
Was this page helpful?