Skip to content

Add KR Crypto Intelligence to ecosystem#160

Open
bakyang2 wants to merge 3 commits into
coinbase:mainfrom
bakyang2:add-kr-crypto-ecosystem
Open

Add KR Crypto Intelligence to ecosystem#160
bakyang2 wants to merge 3 commits into
coinbase:mainfrom
bakyang2:add-kr-crypto-ecosystem

Conversation

@bakyang2
Copy link
Copy Markdown

@bakyang2 bakyang2 commented May 8, 2026

Description

Add KR Crypto Intelligence to the ecosystem — Korean crypto market data + AI sentiment API for AI agents.

What it provides:

  • 11 paid endpoints covering Korean crypto market: Kimchi Premium, exchange intelligence (Upbit/Bithumb), AI-translated Korean sentiment, divergence analysis, arbitrage scanning across 189+ tokens
  • 3 networks: Base, Polygon, Solana (USDC)
  • Production-ready since April 2026, organic users from five continents
  • CDP Bazaar indexed

Files:

  • typescript/site/app/ecosystem/partners-data/kr-crypto/metadata.json
  • typescript/site/public/logos/kr-crypto.png

Category: Services/Endpoints — meets all requirements:

Source: https://github.com/bakyang2/kr-crypto-intelligence

Tests

N/A — ecosystem listing only (no code changes). Logo and metadata.json validated locally.

Checklist

  • I have formatted and linted my code (N/A for metadata-only PR)
  • All new and existing tests pass (no tests affected)
  • My commits are signed (required for merge)
  • Changelog fragment not required (ecosystem listing, not user-facing code change)

@cb-heimdall
Copy link
Copy Markdown

cb-heimdall commented May 8, 2026

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

@TateLyman
Copy link
Copy Markdown

Ran a no-payment external pass against the listed KR Crypto Intelligence OpenAPI surface. No X-PAYMENT, no wallet signatures, and no paid calls.

Repro:

npx --yes x402-surface-check@latest \
  https://api.printmoneylab.com/openapi.json \
  --limit 10 \
  --origin https://kr.printmoneylab.com

What looks good:

  • OpenAPI is public and machine-readable at https://api.printmoneylab.com/openapi.json.
  • The first 10 sampled paid GET routes returned structured 402 challenges before data.
  • Observed prices match the OpenAPI range: $0.001, $0.01, $0.05, and $0.10.
  • Observed challenges use Base mainnet (eip155:8453) as the first route; the OpenAPI also documents Base, Polygon, and Solana support.
  • Browser preflight returned 204 with payment headers allowed, so browser agents should be able to retry with X-PAYMENT.
  • /.well-known/x402 and /llms.txt are present in the public OpenAPI as free discovery routes.

No obvious launch-readiness findings from the sampled public no-payment probes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants