Delx Commerce currency exchange rates API for agents at $0.001 USDC
Delx Commerce currency exchange rates API for agents at $0.001 USDC. Call when you need daily ECB FX rates (EUR/USD/BRL and other published pairs) with source attribution—not a live broker quote or trade execution. Returns bounded cross-rates via x402; informational only, no trading advice.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1401 msmedian answer time
$0.001listed price per call
$0.001price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://api.delx.ai/api/v1/x402/fx-rates
| Category | Code and developer |
|---|---|
| Provider host | api.delx.ai |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.001 | 1401 ms |
Example input (from the provider)
{
"body": {
"base_currency": "USD",
"quotes": [
"EUR",
"BRL"
]
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"base_currency": {
"default": "EUR",
"description": "Three-letter ISO currency code used as the base.",
"pattern": "^[A-Za-z]{3}$",
"type": "string"
},
"date": {
"description": "Optional ECB publication date, today or up to 31 days in the past.",
"format": "date",
"type": "string"
},
"quotes": {
"description": "Optional quote currencies; omit to return all currencies in the selected ECB publication.",
"items": {
"pattern": "^[A-Za-z]{3}$",
"type": "string"
},
"maxItems": 20,
"type": "array"
},
"timeout": {
"default": 8,
"maximum": 8,
"minimum": 2,
"type": "integer"
}
},
"required": [],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"result": {
"attribution": "Reference rates supplied by the European Central Bank; see provider_url and reuse_policy_url for source and reuse terms.",
"base_currency": "USD",
"cache": "miss",
"data_note": "Informational reference rates only; this is not a transaction quote, execution venue, or trading advice.",
"provider": "European Central Bank",
"provider_url": "https://www.ecb.europa.eu/stats/policy_and_exchange_rates/euro_reference_exchange_rates/html/index.en.html",
"rate_date": "2026-07-31",
"rates": {
"BRL": "5.742383",
"EUR": "0.87804021"
},
"requested_quotes": [
"EUR",
"BRL"
],
"reuse_policy_url": "https://www.ecb.europa.eu/stats/ecb_statistics/governance_and_quality_framework/html/usage_policy.en.html",
"schema": "delx/fx-rates/v1",
"upstream_error": false
},
"tool_name": "get_fx_rates_ecb"
},
"type": {
"const": "json",
"type": "string"
}
},
"required": [
"type",
"example"
],
"type": "object"
}
},
"required": [
"input",
"output"
],
"type": "object"
}