EVM Unit Conversion API (pastable-x402) is a paid API for AI agents from pastable-x402.pages.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).
Converts Ethereum unit amounts between wei, gwei, and ether denominations
Pay-per-call utility APIs for agents: EVM helpers (checksum, unit conversion, keccak), data transforms (CSV to JSON, JSON diff, URL canonicalisation), text tools (hashing, JWT decode), and Bazaar market intelligence. x402 on Base mainnet.
A JSON object containing the original input amount, the source unit, the target unit, and the converted result as a string — e.g. {"input":"1","from":"ether","to":"wei","result":"1000000000000000000","wei":"1000000000000000000"}
GEThttps://pastable-x402.pages.dev/evm/unitsUse this endpoint when an AI agent needs precise, programmatic EVM unit conversion (wei/gwei/ether) without implementing the conversion logic itself. Especially useful in smart contract interaction workflows where exact wei values are required, or when displaying human-readable ETH amounts from raw on-chain data. Prefer this over manual calculation to avoid floating-point precision errors common in ETH unit math.
| Field | Type | Description |
|---|---|---|
| input | object | |
| output | object |
{
"type": "json",
"example": {
"to": "wei",
"wei": "1000000000000000000",
"from": "ether",
"input": "1",
"result": "1000000000000000000"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"