meld402 FX Quote Pro is a paid API for AI agents from meld402.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).
Converts a currency amount between any fiat or crypto pair using aggregated sources (Twelve Data, ExchangeRate, CoinGecko) and returns a unified rate with attribution metadata.
14 paid data endpoints for autonomous agents and developers. Covers crypto intelligence (token, chain, Solana, gas), markets (FX, market pulse), location (weather), and research (news, brief). Each route aggregates multiple public sources into one stable schema with a single USDC payment over x402 on Base.
Returns a JSON object with the exchange rate, converted amount, bid/ask prices, spread, timestamp, and the source that provided the data (e.g. Twelve Data). Also includes metadata with an as-of timestamp, list of sources queried, any degraded sources, and data attribution strings.
POSThttps://meld402.vercel.app/api/fx/quote-proChoose this endpoint when you need a reliable, aggregated FX or crypto conversion rate with a single USDC micropayment rather than managing multiple API keys for Twelve Data, ExchangeRate, or CoinGecko yourself. Ideal for autonomous agents that need stable schema responses across fiat and crypto pairs without building source-fallback logic. Prefer over raw provider APIs when you want automatic source selection, attribution metadata, and a unified response format.
| Field | Type | Description |
|---|---|---|
| to | string | Target currency (ISO 4217 fiat code or crypto symbol) |
| from | string | Source currency (ISO 4217 fiat code or crypto symbol) |
| amount | number | Amount to convert |
| source | string | Force specific source |
{
"type": "json",
"example": {
"data": {
"to": "EUR",
"ask": null,
"bid": null,
"from": "BTC",
"rate": 66291.14,
"amount": 1,
"result": 66291.14,
"source": "twelvedata",
"spread": null,
"timestamp": "2026-08-23T21:00:00.000Z"
},
"meta": {
"as_of": "2026-08-24T00:00:00.000Z",
"sources": [
"twelvedata"
],
"degraded": [],
"attribution": [
"FX rates by Twelve Data (twelvedata.com)"
]
}
}
}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"