convert_wei_to_formatted
Convert wei amounts to human-readable format using token decimals for DeFi trading operations.
Instructions
Convert wei amounts to human-readable format using ethers.js
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount in wei (as string to handle large numbers) | |
| decimals | Yes | Number of decimal places for the token (e.g., 18 for ETH, 6 for USDC) |