Wrap ETH
Wrapping ETH creates an ERC-20 compliant form of ETH that is typically needed for it to be traded on DeFi protocols.
POST
Body
application/json
Request model for wrapping ETH into WETH.
The amount of ETH to wrap.
Required range:
x > 0
Example:
1.5
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?