Unwrap WETH
Unwrapping WETH converts the ERC-20 compliant form of ETH back to native ETH that can be used for gas and other native purposes.
POST
Body
application/json
Request model for unwrapping WETH back to native ETH.
The amount of WETH to unwrap.
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?