convert_wei_to_formatted
Convert wei values to human-readable token amounts using ethers.js for DeFi trading, specifying decimals to ensure accurate formatting for different cryptocurrencies.
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) |