Seeker Tracker: JSON APIs for SeekerIDs, dApps, and SKR
Lookup .skr names, the Seeker dApp catalog, and SKR stats over HTTP. No key. Prefer JSON over HTML.
devrels.xyz/a/275Seeker Tracker is an unofficial Solana Mobile explorer. You query .skr SeekerIDs, the Seeker dApp catalog, SKR vault stats, and prices as JSON. Site: seekertracker.com. Docs: /developers.
Agents should start at /llms.txt and GET /api. No API key on public reads. Do not scrape the HTML as a substitute. Snapshot 30 Aug 2026: health reported 120,677 domains from Turso. DAS that day was 832 (on-chain active SeekerIDs, not phone opens).
Call these first
| Path | Job |
|---|---|
GET /api/health | Liveness, domain count, catalog source. |
GET /api/domain?domain=name.skr | One SeekerID. Wallet list: /api/lookup?wallet=. |
GET /api/dappstore?package= | One listing. Full catalog is large. Filter with q or status=active. |
GET /api/skr/vault | Vault, supply, mcap. Prices: /api/price. |
GET /api/das | Daily / weekly / monthly on-chain activity. Dormant means 0 txs, not unused phones. |
Happy path
OpenAPI is at /openapi.json. Skill install for agents:
npx skills add SeekerTracker/website-seekertracker@seekertracker
curl -sS https://seekertracker.com/api/health
curl -sS 'https://seekertracker.com/api/domain?domain=metasal.skr'
curl -sS 'https://seekertracker.com/api/dappstore?package=com.seekertracker'Be polite. Cache. Do not hammer ?refresh=1. Domain pageSize of 20–50 is enough unless you need a dump. Claim and cron routes are not public.
Product pages next to the API
Human catalog is /dapps. A SeekerID page is /id/{name.skr}. SKR dashboard is /skr. DAS UI is /das (default among monthly-active, not the dormant wall). Sweep and Snake are TRACKER-hold products on the same site; they are not required to use the lookup APIs.
GitHub org SeekerTracker. Site repo website-seekertracker. X @Seeker_Tracker. Telegram t.me/seeker_tracker.
People and links
| Who / what | Where |
|---|---|
| Builder | Metasal / Milysec |
| Docs | seekertracker.com/developers |
| Skill | skills.sh |
Keep reading
Grid is the Squads REST API. Create a smart account, move money, attach passkeys. V4 on-chain multisig stays the program article.
Get an order, sign it, execute it. Jupiter lands the tx. Trigger V2 is the limit and DCA vault on the same key.
Market + DEX data API: free/keyless start, Builder $29 → Professional $699, credit model, auth header, Solana-adjacent use cases vs on-chain oracles.
Get new articles in your inbox
Technical deep-dives on Solana tooling, infrastructure, and ecosystem. No noise.
