Public API
All endpoints return JSON, UTF-8, no auth required during POC. When full data lands we'll introduce a keyed paid tier โ the endpoints below will stay open-tier forever.
Base URL
https://trac.jaysmedia.work
Auth
Anonymous access is rate-limited per IP. For higher limits and bulk access,
join the paid waitlist. Keys are sent via the
Authorization: Bearer <key> header.
Endpoints
GET /api/v1/network/overview
Headline metrics โ our node identity, TNK price, network-wide placeholders.
Try it โGET /api/v1/node/status
Our indexer node status โ container health, writer role, signed-length cursor.
Try it โGET /api/v1/node/logs?lines=N
Redacted log tail. Max 500 lines. Seedphrase-pattern lines auto-stripped.
Try it โOpenAPI
Swagger UI โ ยท raw schema โ
Planned (post-whitelist)
/api/v1/validators?sort=fees_7d&limit=50/api/v1/validators/{pubkey}/api/v1/hypermall/trades?since=...&limit=.../api/v1/hypermall/volume?window=24h|7d|30d/api/v1/licenses+/licenses/{btc_addr}