DELXCOMMERCE Payable now

Portable intent card · data-quality

FX Convert Amount API for agents

Convert an amount with a caller-supplied FX rate (no live feed) — first-party local utility for agent preflight and proven micro-utils expansion. Returns deterministic machine-readable JSON for $0.001 USDC via x402 on Base. Execution is first-party, local-only, stateless, and memory-only with no paid upstream, no input retention, no web search, no live RPC, and no mediagen. Results are advisory; the caller owns authorization, budgets, and production controls. Sibling of Delx routes that already converted externally (random, hash, URL, FX families).

FX Convert Amount APIFX Convert Amount for agentspay per result APIx402 APIno API key

Intent to transaction

One command, attributed.

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-convert-amount -m POST -H 'x-delx-source: intent-card-fx-convert-amount-api' --max-amount 0.001 -b '{"amount":100,"rate":5.2,"side":"multiply","base":"USD","quote":"BRL"}'
Example inputPOST /api/v1/x402/fx-convert-amount
{
  "amount": 100,
  "rate": 5.2,
  "side": "multiply",
  "base": "USD",
  "quote": "BRL"
}
Agent discoverydelx/intent-card/v1
{
  "intent": "FX Convert Amount for an agent workflow",
  "tool_name": "util_fx_convert_amount",
  "price_usdc": "0.001",
  "machine_url": "https://commerce.delx.ai/intents/fx-convert-amount-api.json"
}

Portable and inspectable

Share the intent, not a directory search.