x402 List

x402 Protocol Service Directory

Tick Aggregator FX API

Finance PAYMENT-READY imported

payment-ready until 2026-08-20

imported from the x402 Bazaar, not submitted by the operator · own this service? claim it · or ask to be removed

Best bid/ask FX aggregated from multiple sources across 14 instruments (major pairs and XAUUSD), with quality metadata: number of fresh sources, quality status and spread comparison against the single source. Paid per call in USDC on Base or Solana. A delayed demo feed and service status are available for free.

Pay from $0.005 per request in USDC on Base / Solana, settled onchain via the x402 protocol, no signup, no API key needed.

first settlement 2026-02-20 · $193.17 all-time · settled via coinbase, dexter

BASE URL https://tick.hugen.tokyo ENDPOINTS 3 NETWORK Base / Solana ASSET USDC MEMBER SINCE 2026-07-20 MONITORED SINCE 2026-07-20

ASSESSMENT

updated 4h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 99.9%
uptime 24h
100%
uptime 7d
100%
uptime 30d
99.9%
uptime 90d
99.9%
response p95
493ms
avg response
246ms
total checks
2,144

Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.

compliance A (14/14)

14 of 14 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.005 (p30 in Finance)
price (min)
$0.005
category percentile (min)
p30 in Finance
endpoints / prices
3 / 1
model
flat
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

domain age
-
registrar
-
hosting
custom
domain created
---

Identity facts, not a risk score.

traction $5.3835 30d · 416 buyers
volume 30d
$5.3835
buyers 30d
416
settlements 30d
4,935
first settlement
2026-02-20
last settlement
2026-08-13
top buyer share
74% of 30d volume
trend 7d vs 30d
0.94x the 30d daily rate
networks
eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d
volume all-time
$193.17
settlements all-time
72,627
median settlement 30d
$0.01
max settlement 30d
$0.50
settled via
coinbase ($53.30, 4,931 tx), dexter ($0.53, 4 tx)

Attributed pro-quota: this payout address is shared, so volume is the operator-level figure divided by the services sharing it, while buyer and transaction counts stay whole. A declared convention, not an individually observed measure, and still a conservative undercount.

Currently sharing this payout address with Content Intelligence API, Domain Intelligence API, Gotobi Calendar API, Hugen DeFi Intelligence API, Hugen Intel API, Hugen Visual API, Hugen Weather API, Scout Multi-Source Intelligence API, Whale Intelligence API.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

Provides aggregated foreign exchange tick data from multiple liquidity providers with tighter spreads

category
fx-data
in
query params
fxtick-dataaggregationforexmarket-data

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET 402 CHANNEL
GET /tick/all $0.005 Base/Solana USDC header
GET /tick/latest $0.005 Base/Solana USDC header
GET /tick/symbols $0.005 Base/Solana USDC header
3 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /tick/all returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://tick.hugen.tokyo/tick/all'
// 402 response (captured by monitor) · 3 payloads · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x29322Ea7EcB34aA6164cb2ddeB9CE650902E4f60",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"
        },
        "payTo": "4du4AfkxFvtqEWaoRWrifoSXCknuMpAGh3BXrFPFvXFh",
        "amount": "5000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://tick.hugen.tokyo/tick/latest",
      "mimeType": "application/json",
      "description": "Get real-time Best Bid/Ask for any FX pair, aggregated from multiple institutional liquidity providers. 62-88% tighter spreads than any single source. Includes quality metadata (fresh_sources, quality_state, spread_vs_single_source). Supports 14 FX pairs including EURUSD, USDJPY, GBPUSD, AUDUSD, AUDNZD, and XAUUSD. AI agent API for forex trading signals, portfolio valuation, price comparison, and arbitrage detection. Accepts USDC payments on Base and Solana"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "symbol": "EURUSD"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "seq": 42857,
              "symbol": "EURUSD",
              "best_ask": "1.15919",
              "best_bid": "1.15918",
              "is_crossed": false,
              "best_spread": "0.00001",
              "fresh_sources": 2,
              "quality_state": "good",
              "spread_vs_single_source": "-73.8%"
            }
          }
        },
        "schema": {
          "properties": {
            "input": {
              "required": [
                "method"
              ]
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x29322Ea7EcB34aA6164cb2ddeB9CE650902E4f60",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"
        },
        "payTo": "4du4AfkxFvtqEWaoRWrifoSXCknuMpAGh3BXrFPFvXFh",
        "amount": "5000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://tick.hugen.tokyo/tick/symbols",
      "mimeType": "application/json",
      "description": "List all available FX symbols with their current quality state and source count. AI agent API for discovering available instruments before subscribing to tick data. Accepts USDC payments on Base and Solana"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET"
          },
          "output": {
            "type": "json",
            "example": {
              "symbols": [
                {
                  "symbol": "EURUSD",
                  "fresh_sources": 2,
                  "quality_state": "good"
                }
              ]
            }
          }
        },
        "schema": {
          "properties": {
            "input": {
              "required": [
                "method"
              ]
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x29322Ea7EcB34aA6164cb2ddeB9CE650902E4f60",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"
        },
        "payTo": "4du4AfkxFvtqEWaoRWrifoSXCknuMpAGh3BXrFPFvXFh",
        "amount": "5000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://tick.hugen.tokyo/tick/all",
      "mimeType": "application/json",
      "description": "Get real-time Best Bid/Ask for ALL available FX pairs in a single call. Multi-source aggregated from multiple institutional LPs with 62-88% spread improvement. Returns 14 FX pairs including majors, crosses, and XAUUSD gold. Each pair includes quality metadata and spread improvement vs single source. AI agent API for portfolio dashboards, multi-pair monitoring, and FX market overview. Accepts USDC payments on Base and Solana"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET"
          },
          "output": {
            "type": "json",
            "example": {
              "ticks": {
                "EURUSD": {
                  "seq": 42857,
                  "symbol": "EURUSD",
                  "best_ask": "1.15919",
                  "best_bid": "1.15918",
                  "is_crossed": false,
                  "best_spread": "0.00001",
                  "fresh_sources": 2,
                  "quality_state": "good",
                  "spread_vs_single_source": "-73.8%"
                }
              }
            }
          }
        },
        "schema": {
          "properties": {
            "input": {
              "required": [
                "method"
              ]
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

OVER TIME

All charts use the 30d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/tick-aggregator-fx-api/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
07-20 · uptime 100.0% · 225ms avg07-21 · uptime 100.0% · 222ms avg07-22 · uptime 100.0% · 243ms avg07-23 · uptime 100.0% · 173ms avg07-24 · uptime 100.0% · 194ms avg07-25 · uptime 100.0% · 251ms avg07-26 · uptime 100.0% · 250ms avg07-27 · uptime 100.0% · 222ms avg07-28 · uptime 100.0% · 220ms avg07-29 · uptime 100.0% · 223ms avg07-30 · uptime 97.8% · 195ms avg07-31 · uptime 100.0% · 194ms avg08-01 · uptime 100.0% · 201ms avg08-02 · uptime 100.0% · 222ms avg08-03 · uptime 100.0% · 268ms avg08-04 · uptime 100.0% · 284ms avg08-05 · uptime 100.0% · 478ms avg08-06 · uptime 100.0% · 313ms avg08-07 · uptime 100.0% · 218ms avg08-08 · uptime 100.0% · 261ms avg08-09 · uptime 100.0% · 257ms avg08-10 · uptime 100.0% · 271ms avg08-11 · uptime 100.0% · 246ms avg08-12 · uptime 100.0% · 193ms avg08-13 · uptime 100.0% · 347ms avg07-2008-13
30d UPTIME 99.9%
RESPONSE TIME
07-20 · 225ms avg07-20 · 225ms avg07-21 · 222ms avg07-21 · 222ms avg07-22 · 243ms avg07-22 · 243ms avg07-23 · 173ms avg07-23 · 173ms avg07-24 · 194ms avg07-24 · 194ms avg07-25 · 251ms avg07-25 · 251ms avg07-26 · 250ms avg07-26 · 250ms avg07-27 · 222ms avg07-27 · 222ms avg07-28 · 220ms avg07-28 · 220ms avg07-29 · 223ms avg07-29 · 223ms avg07-30 · 195ms avg07-30 · 195ms avg07-31 · 194ms avg07-31 · 194ms avg08-01 · 201ms avg08-01 · 201ms avg08-02 · 222ms avg08-02 · 222ms avg08-03 · 268ms avg08-03 · 268ms avg08-04 · 284ms avg08-04 · 284ms avg08-05 · 478ms avg08-05 · 478ms avg08-06 · 313ms avg08-06 · 313ms avg08-07 · 218ms avg08-07 · 218ms avg08-08 · 261ms avg08-08 · 261ms avg08-09 · 257ms avg08-09 · 257ms avg08-10 · 271ms avg08-10 · 271ms avg08-11 · 246ms avg08-11 · 246ms avg08-12 · 193ms avg08-12 · 193ms avg08-13 · 347ms avg08-13 · 347ms avg07-2008-13
AVG RESP 246ms
PRICE (captured 402, USD)
07-20 · $0.00508-13 · $0.005$0.00507-2008-13

Median across 3 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
07-20 uptime: 100.0% compliance: 100% checks07-21 uptime: 100.0% compliance: 100% checks07-22 uptime: 100.0% compliance: 100% checks07-23 uptime: 100.0% compliance: 100% checks07-24 uptime: 100.0% compliance: 100% checks07-25 uptime: 100.0% compliance: 100% checks07-26 uptime: 100.0% compliance: 100% checks07-27 uptime: 100.0% compliance: 100% checks07-28 uptime: 100.0% compliance: 100% checks07-29 uptime: 100.0% compliance: 100% checks07-30 uptime: 100.0% compliance: 100% checks07-31 uptime: 99.8% compliance: 100% checks08-01 uptime: 99.8% compliance: 100% checks08-02 uptime: 99.8% compliance: 100% checks08-03 uptime: 99.8% compliance: 100% checks08-04 uptime: 99.9% compliance: 100% checks08-05 uptime: 99.9% compliance: 100% checks08-06 uptime: 99.9% compliance: 100% checks08-07 uptime: 99.9% compliance: 100% checks08-08 uptime: 99.9% compliance: 100% checks08-09 uptime: 99.9% compliance: 100% checks08-10 uptime: 99.9% compliance: 100% checks08-11 uptime: 99.9% compliance: 100% checks08-12 uptime: 99.9% compliance: 100% checks08-13 uptime: 99.9% compliance: 100% checksuptimecompliance07-2008-13

checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression

PILLARS OVER TIME (measured)

Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.

VOLUME (on-chain settlement, USD)
07-15 · $207-16 · $207-17 · $207-18 · $207-19 · $207-20 · $207-21 · $207-22 · $207-23 · $407-24 · $207-25 · $207-26 · $207-27 · $207-28 · $207-29 · $207-30 · $207-31 · $208-01 · $208-02 · $208-03 · $208-04 · $108-05 · $208-06 · $108-07 · $208-08 · $108-09 · $308-10 · $208-11 · $108-12 · $208-13 · $1peak $407-1508-13

Shared payout address (9 other services). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Where a per-service figure is attributed, the assessment block and the ranking, it is the address total divided pro-quota by the 10 services sharing it: a declared convention, not an individually observed measure.

DISTINCT BUYERS
07-15 · 34 buyers07-16 · 24 buyers07-17 · 26 buyers07-18 · 19 buyers07-19 · 23 buyers07-20 · 15 buyers07-21 · 27 buyers07-22 · 32 buyers07-23 · 34 buyers07-24 · 17 buyers07-25 · 27 buyers07-26 · 14 buyers07-27 · 23 buyers07-28 · 17 buyers07-29 · 31 buyers07-30 · 24 buyers07-31 · 35 buyers08-01 · 32 buyers08-02 · 19 buyers08-03 · 16 buyers08-04 · 14 buyers08-05 · 23 buyers08-06 · 11 buyers08-07 · 22 buyers08-08 · 13 buyers08-09 · 27 buyers08-10 · 23 buyers08-11 · 12 buyers08-12 · 16 buyers08-13 · 12 buyerspeak 35 buyers07-1508-13

Shared payout address (9 other services). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Per-service buyer and transaction counts are shown whole (integers), not divided; only volume is attributed pro-quota. A declared convention, not an individually observed measure.

COMPLIANCE

14/14 checks pass · grade A

last 402 captured 2026-07-20 · last up 2026-08-13

  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (18) live · click to expand
TIME STATUS RESP CAUSE
● OK 247ms
● OK 211ms
● OK 222ms
● OK 175ms
● OK 185ms
● OK 287ms
● OK 128ms
● OK 365ms
● SLOW 653ms
● SLOW 375ms
● OK 316ms
● OK 281ms
● SLOW 556ms
● OK 239ms
● OK 359ms
● SLOW 423ms
● OK 282ms
● OK 244ms

EMBED THIS BADGE

Show that Tick Aggregator FX API is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

Tick Aggregator FX API listed on x402-list
status
Tick Aggregator FX API uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/tick-aggregator-fx-api?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/tick-aggregator-fx-api.svg" alt="Tick Aggregator FX API listed on x402-list" height="28">
</a>
// Markdown
[![Tick Aggregator FX API on x402-list](https://x402-list.com/badge/tick-aggregator-fx-api.svg)](https://x402-list.com/services/tick-aggregator-fx-api?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/tick-aggregator-fx-api?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/tick-aggregator-fx-api.svg?data=uptime" alt="Tick Aggregator FX API uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]

Earn the verified tier: x402list pays a real call to this endpoint and, if it delivers, the service is delivery-verified. The fee covers the cost of the probe, not the badge; there is no refund if the call does not deliver. Agent and API only, no in-browser signing. See /api.

[ verify this service ($0.25) ]

To request delisting, email info@x402-list.com or update your listing at /services/tick-aggregator-fx-api/update.