Skip to content

feat(ecosystem): add Ai Crypto API to Services/Endpoints#1989

Closed
Ai-chan-0411 wants to merge 1 commit intox402-foundation:mainfrom
Ai-chan-0411:add-ai-crypto-api-ecosystem
Closed

feat(ecosystem): add Ai Crypto API to Services/Endpoints#1989
Ai-chan-0411 wants to merge 1 commit intox402-foundation:mainfrom
Ai-chan-0411:add-ai-crypto-api-ecosystem

Conversation

@Ai-chan-0411
Copy link
Copy Markdown

Summary

Adds Ai Crypto API to the x402 ecosystem under Services/Endpoints category.

What it does

Multi-chain crypto data API with x402 pay-per-call pricing:

  • /prices — Real-time crypto prices (BTC, ETH, SOL, etc.)
  • /gas — Multi-chain gas fees
  • /trending — Trending tokens
  • /defi-yields — Top DeFi yield opportunities
  • /market-analysis — Market analysis summary

Payment

  • Accepts USDC on Base mainnet
  • Uses OpenFacilitator for payment verification
  • Pay-per-call pricing ($0.001-$0.01 per request)

Files changed

  • typescript/site/app/ecosystem/partners-data/ai-crypto-api/metadata.json — Project metadata
  • typescript/site/public/logos/ai-crypto-api.svg — Logo

Links

Multi-chain crypto data API with x402 pay-per-call pricing.
5 endpoints: prices, gas, trending, defi-yields, market-analysis.
Accepts USDC payments on Base mainnet via OpenFacilitator.
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 10, 2026

@aoi-dev-0411 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 10, 2026
@Ai-chan-0411
Copy link
Copy Markdown
Author

Updated service with 2 new endpoints:

  • GET /portfolio — Multi-wallet ETH balance lookup with USD valuation (?addresses=0xABC,0xDEF)
  • GET /alerts — Crypto price threshold alerts for ETH/BTC/SOL/MATIC/ARB/DOT/AVAX/LINK (?symbol=eth&threshold=2000&direction=above)

Both endpoints are x402-gated at $0.001 USDC per request.

Live service: https://4447162ddb10b76d-113-150-233-168.serveousercontent.com

Discovery endpoints:

  • /.well-known/x402 — x402 metadata
  • /openapi.json — OpenAPI 3.0 spec

Now serving 7 paid endpoints total (prices, gas, trending, defi-yields, market-analysis, portfolio, alerts).

@Ai-chan-0411
Copy link
Copy Markdown
Author

Service status update (2026-04-10T22:17:22Z):

  • Live URL: https://4447162ddb10b76d-113-150-233-168.serveousercontent.com
  • Health: ✅ Running (pm2 managed, auto-restart)
  • Endpoints: 7 paid routes (/prices, /gas, /trending, /defi-yields, /market-analysis, /portfolio, /alerts)
  • Protocol: x402 HTTP 402 Payment Required with Base USDC
  • Discovery: /.well-known/x402 + /openapi.json

All endpoints verified and responding correctly.

@Ai-chan-0411
Copy link
Copy Markdown
Author

Closing - consolidating submissions. Thank you for the review!

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