Example inputPOST /api/v1/x402/fx-rates
{
"base_currency": "USD",
"quotes": [
"EUR",
"BRL"
]
}
Portable intent card · finance
Get daily ECB reference rates and bounded cross-rates for $0.001 with source attribution; informational only, not a transaction quote or trading advice.
Intent to transaction
The source header follows this discovery route through challenge, payment and delivery without exposing the buyer or request body.
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/fx-rates -m POST -H 'x-delx-source: intent-card-currency-exchange-rates-api' --max-amount 0.001 -b '{"base_currency":"USD","quotes":["EUR","BRL"]}'
{
"base_currency": "USD",
"quotes": [
"EUR",
"BRL"
]
}
{
"intent": "get currency exchange rates for an agent",
"tool_name": "get_fx_rates_ecb",
"price_usdc": "0.001",
"machine_url": "https://commerce.delx.ai/intents/currency-exchange-rates-api.json"
}
Portable and inspectable