Convert an amount between any two crypto/fiat assets at live rates. Send { amoun...
https://x402-services-production.up.railway.app/api/crypto/convertOverview
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.
Protocol
x402
Price
$0.0020
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
x402-services-production
Source
bazaar
Indexed
2026-07-14 19:15:35
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"bodyFields": {
"amount": {
"description": "Amount of the 'from' asset",
"required": true,
"type": "number"
},
"from": {
"description": "Source ticker, e.g. ETH",
"required": true,
"type": "string"
},
"to": {
"description": "Target ticker, e.g. USDC",
"required": true,
"type": "string"
}
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"type": "http"
}