the402 x402 endpoint directory

Every x402 endpoint we can find, each one actually called to see whether it still works and what it really charges. Other directories list what providers claim. This one reports what the endpoint did when we asked it.

EndpointStatusPriceNetworkSpecChecked
api.agentfeeds.jp gas settlement_window
Same computation as x402.gas.settlement_cost, re-shaped as a direct threshold comparison: pass your own max_acceptable
payable $0.001 base v2 GET 1d ago
api.agentfeeds.jp gas settlement_cost
Estimated Base execution-gas cost of a settlement transaction (e.g. an ERC-3009 transferWithAuthorization), computed f
payable $0.001 base v2 GET 1d ago
proxy.suverse.io base quote
Bidirectional ERC20 token swap aggregator on Base mainnet via LiFi routing across 20+ DEXs (Uniswap V3, Aerodrome, Bas
payable $0.001 base v2 POST 1d ago
api.aidress.ai pay agent_weather_payapi_market
Current weather conditions for any global location — temperature, feels-like, humidity, precipitation, wind, and human
payable $0.001 base v2 POST 1d ago
api.novaqore.ai chat completions
NovaQore Private AI — Qwen 3.5 9B (Q4_K_M, 262K context). Private inference: no logs, no prompt storage, no data train
payable $0.001 base v2 POST 1d ago
402utils.com v1 timezone-convert
Convert a datetime between any two IANA time zones using the runtime's ICU tzdb — always current, DST-correct, half-ho
payable $0.001 base v2 GET 1d ago
402utils.com v1 hash
Compute cryptographic hashes / checksums of a string or of raw bytes (base64). Returns lowercase hex for each requeste
payable $0.001 base v2 POST 1d ago
402utils.com v1 country-info
Country reference card by ISO code (alpha-2/alpha-3/numeric) or English name: ISO 3166 codes, official name, current I
payable $0.001 base v2 GET 1d ago
api.delx.ai x402 jwt-exp-seconds
Read JWT exp claim seconds remaining without verifying signature — first-party local utility for agent preflight and p
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 mask-middle
Mask the middle of a string keeping ends. Call when you redact secrets in logs while keeping identifiable edges. Retur
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 url-parts
Split a URL into scheme/netloc/path/query/fragment. Call when you inspect agent-held URLs without network access. Retu
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 domain-label
Split host into DNS labels and apex guess. Call when you reason about registrable domains from agent host strings. Ret
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 ensure-trailing-slash
Ensure a path ends with /. Call when you normalize directory-style URLs for agents. Returns path with trailing slash f
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 html-escape
HTML-escape text for safe embedding. Call when you inject agent text into HTML without XSS. Returns escaped text for $
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 choice-index
Deterministic index from seed into [0,length). Call when you need stable A/B assignment without shared RNG state. Retu
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 seconds-to-hms
Convert seconds to HH:MM:SS. Call when you format agent SLA timers. Returns hms string and seconds for $0.001 USDC via
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 ms-to-hms
Convert milliseconds to HH:MM:SS. Call when you format agent durations for humans. Returns hms string and parts for $0
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 iota
Generate 0..n-1 integers. Call when you need simple index arrays for agent maps. Returns values list and count for $0.
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 range-list
Generate a Python-style range list. Call when you need index sequences for batching without local loops. Returns value
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 bool-or
Boolean OR of two coerced values. Call when you combine optional agent success signals. Returns OR result for $0.001 U
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 bool-and
Boolean AND of two coerced values. Call when you combine agent preflight gates. Returns AND result for $0.001 USDC via
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 bool-not
Boolean NOT of a coerced value. Call when you invert agent gate flags. Returns negated boolean for $0.001 USDC via x40
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 cmp-num
Compare two numbers (-1, 0, 1). Call when you need ordering decisions between agent scores. Returns cmp result for $0.
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 mb-to-bytes
Convert mebibytes to bytes. Call when you expand MiB limits into exact byte ceilings. Returns bytes and mib for $0.001
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 kb-to-bytes
Convert kibibytes to bytes. Call when you expand KiB limits into exact byte ceilings. Returns bytes and kib for $0.001
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 bits-to-bytes
Convert bit count to bytes. Call when you convert link rates into byte budgets. Returns bytes, bits, whole_bytes for $
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 bytes-to-bits
Convert byte count to bits. Call when you compare bandwidth or payload budgets in bits. Returns bits and bytes for $0.
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 temp-f-to-c
Convert Fahrenheit to Celsius. Call when you normalize imperial sensor readings for agent logic. Returns celsius and f
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 temp-c-to-f
Convert Celsius to Fahrenheit. Call when you normalize weather/agent sensor units. Returns fahrenheit and celsius for
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 rad-to-deg
Convert radians to degrees. Call when you display geometry results in degrees. Returns degrees and radians for $0.001
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 deg-to-rad
Convert degrees to radians. Call when you feed geometry/trig helpers from degree inputs. Returns radians and degrees f
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 map-range
Map a value from one range into another. Call when you rescale agent metrics between UI and model ranges. Returns mapp
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 lerp
Linear interpolation between a and b by t. Call when you blend scores, progress, or animation parameters. Returns inte
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 approx-eq
Approximate equality within tolerance. Call when you compare floats from agent math without exact-equality traps. Retu
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 in-range
Check whether a value sits in [min,max]. Call when you preflight budgets, scores, or clamp decisions. Returns boolean
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 safe-div
Divide a/b with ok flag when b!=0. Call when you need fail-soft division for agent formulas. Returns value and ok bool
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 pct-of
Compute part/whole as percent. Call when you express progress or share for agent dashboards. Returns percent value for
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 ratio
Compute a/b ratio safely. Call when you need conversion rates or price ratios from agent numbers. Returns ratio or nul
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 avg-n
Average of a numeric list. Call when you need a mean for agent metrics samples. Returns average and count for $0.001 U
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 sum-n
Sum of a numeric list. Call when you aggregate agent-held amounts without a spreadsheet. Returns sum and count for $0.
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 max-n
Maximum of a numeric list. Call when you find ceilings across agent-held samples. Returns max value and count for $0.0
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 min-n
Minimum of a numeric list. Call when you find floors across agent-held samples. Returns min value and count for $0.001
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 sign-n
Sign of a number (-1, 0, 1). Call when you branch agent logic on direction without float noise. Returns sign and origi
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 abs-n
Absolute value of a number. Call when you need magnitude from signed deltas or balances. Returns absolute numeric valu
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 ceil-n
Ceil a number to integer. Call when you need minimum whole buckets or page counts. Returns ceiled integer value for $0
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 floor-n
Floor a number to integer. Call when you need whole units from continuous values. Returns floored integer value for $0
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 round-n
Round a number to N decimal places. Call when you need stable display/math rounding before paying downstream. Returns
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 ordinal
Format an integer as an English ordinal (1st, 2nd, 3rd…). Call when you need human-facing ranks or step labels for age
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 is-hex-shape
Validate even-length hex (optional 0x). Call when you preflight calldata/hash hex before chain tools. Returns valid bo
payable $0.001 base v2 POST 1d ago
api.delx.ai x402 hex-prefix
Normalize hex with optional 0x prefix and even-length check — first-party local utility for agent preflight and proven
payable $0.001 base v2 POST 1d ago
14402 matching, page 11 of 289 Previous Next