Skip to content

feat(ecosystem): add GlobalAPI — pay-per-call economics and comp…#2154

Open
kupeau wants to merge 1 commit intox402-foundation:mainfrom
kupeau:feat/add-globalapi-ecosystem
Open

feat(ecosystem): add GlobalAPI — pay-per-call economics and comp…#2154
kupeau wants to merge 1 commit intox402-foundation:mainfrom
kupeau:feat/add-globalapi-ecosystem

Conversation

@kupeau
Copy link
Copy Markdown

@kupeau kupeau commented Apr 28, 2026

Adds GlobalAPI to the ecosystem page under Services/Endpoints.

What is GlobalAPI?

GlobalAPI is a pay-per-call API for AI agents delivering three data lanes over x402:

  • Macroeconomic indicators — CPI, GDP, unemployment, interest rates, and digest endpoints for US (FRED + BLS), UK (ONS), EU (Eurostat), Canada (Statistics Canada), Australia (ABS), Japan (e-Stat), IMF, and World Bank. Responses include AI commentary on trend and surprise vs expectation, designed for agents running macro-print event strategies.
  • Company registry lookups — structured JSON from official national registries: Norway (Brønnøysund), Singapore (ACRA), Ireland (CRO), France (Sirene/INSEE), Canada (ISED), Denmark (CVR).
  • Sanctions and DeFi compliance — multi-list name search across OFAC SDN, UK FCDO, and UN SC Consolidated lists with fuzzy matching and AI verdict; on-chain wallet screening against OFAC SDN digital currency addresses ($0.002/call); unified DeFi counterparty check bundling sanctions + wallet labels (mixer, exploit, CEX) + wallet age into a single PASS/WARN/BLOCK verdict ($0.01/call).

Integration details

  • Live URL: https://globalapi.dev/
  • Endpoint browser: https://globalapi.dev/endpoints
  • Network: Base mainnet (eip155:8453)
  • Asset: USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913)
  • Scheme: exact
  • Facilitator: Coinbase CDP
  • Discovery: /.well-known/x402, /.well-known/agent.json, /.well-known/mcp.json
  • ~44 paid endpoints

Changes in this PR

  • typescript/site/app/ecosystem/partners-data/globalapi/metadata.json - partner metadata
  • typescript/site/public/logos/globalapi.png - project logo

Tests

# Returns HTTP 402 with valid x402 PAYMENT-REQUIRED header
curl -i https://globalapi.dev/us/cpi

# Returns HTTP 402 for compliance endpoint
curl -i https://globalapi.dev/sanctions/wallet/0x098b716b8aaf21512996dc57eb0615e2383e2f96

# Discovery document accessible
curl https://globalapi.dev/.well-known/x402 | jq .

Mainnet integration confirmed with real USDC transactions on Base. Service has been live since April 2026 with confirmed paying external wallets. Uptime monitored via /api-health.

Checklist

  • I have formatted and linted my code
  • All new and existing tests pass
  • My commits are signed
  • I added a changelog fragment (ecosystem metadata only — no fragment required)

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 28, 2026

@kupeau is attempting to deploy a commit to the Coinbase Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added ecosystem Additions to ecosystem site website labels Apr 28, 2026
@kupeau kupeau changed the title feat(ecosystem): add GlobalAPI x402 — pay-per-call economics and comp… feat(ecosystem): add GlobalAPI — pay-per-call economics and comp… Apr 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ecosystem Additions to ecosystem site website

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant