feat: add Arkham Intelligence API (x402) - #206
Open
ironjaaan wants to merge 1 commit into
Open
Conversation
Greptile SummaryAdds Arkham Intelligence as a payment-gated API provider.
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains. Important Files Changed
Reviews (7): Last reviewed commit: "feat: add Arkham Intelligence API (x402)" | Re-trigger Greptile |
ironjaaan
force-pushed
the
feat/arkham-api
branch
from
July 28, 2026 09:46
48fc0db to
6f91520
Compare
ironjaaan
force-pushed
the
feat/arkham-api
branch
2 times, most recently
from
July 28, 2026 09:57
cbbebf1 to
a9ef050
Compare
ironjaaan
force-pushed
the
feat/arkham-api
branch
from
July 28, 2026 10:16
a9ef050 to
efdbbbc
Compare
Author
|
hi @lgalabru! any chance of a review here when you have a moment? everything passes locally and happy to fix anything that comes up. thanks for the work on this registry 🙏 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Arkham Intelligence's blockchain-intelligence API at
https://api.arkm.com/x402to the registry.What it offers
91 endpoints (88 paid, 3 free SIWX) of Arkham's read API under pay-per-request USDC via x402 v2 — same data and response shapes as the subscription Arkham API: entity and address attribution (who owns a wallet), balances and portfolios, transfer and exchange-flow tracing, swaps, token holders and market data, and Polymarket analytics across 10+ chains. No account, no API key; agent instructions live at /skill.md.
Multi-chain
Every 402 challenge advertises both Solana mainnet and Base mainnet USDC. On Solana the fee payer is covered — agents need no SOL. Settlement happens only after a successful upstream response, so failed requests are never charged.
Pricing
Prices are embedded per operation in the OpenAPI (
x-payment-info). Most lookups are a flat $0.20; per-row endpoints (transfers, swaps) price by the requestedlimit; premium batch intelligence costs more. The free SIWX routes (chains,networks/status,arkm/circulating) cover orientation.Validation
The committed openapi.json is a verbatim snapshot of https://api.arkm.com/x402/openapi.json.