agentek-eth

by NaniDAO
Verified

withdrawWETH

Convert WETH (Wrapped Ether) back to native ETH on specified Ethereum chains using the required chain ID and withdrawal amount for seamless token conversion.

Instructions

Withdraw WETH back to native ETH

Input Schema

NameRequiredDescriptionDefault
amountYesAmount of WETH to withdraw (in ether)
chainIdYesChain ID to withdraw on

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "description": "Amount of WETH to withdraw (in ether)", "type": "number" }, "chainId": { "description": "Chain ID to withdraw on", "type": "number" } }, "required": [ "chainId", "amount" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce