crypto_convert
Convert an amount between any two crypto/fiat assets at live rates. Send { amount, from, to }, e.g. convert 1.5 ETH to USDC. Instant FX for agents pricing on-chain actions. [x402 paid tool — price $0.003; POST /api/crypto/convert]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target ticker, e.g. USDC | |
| from | Yes | Source ticker, e.g. ETH | |
| amount | Yes | Amount of the 'from' asset |