Token unit converter
util_unitsConverts between wei, gwei, ether and any token decimals using exact integer maths - no floating point, no silent rounding. The mistake that costs real money is being off by a thousand on decimals. Flat $0.001 per call, paid over x402 (USDC).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | wei | gwei | ether, or a number of decimals. | |
| from | Yes | wei | gwei | ether, or a number of decimals. | |
| amount | Yes | The quantity, as a string to avoid float loss. |