/v1/statusAccess status
Confirms the API key is active, the backing wallet still holds WIRE, and returns the current tier.
Programmatic access for WIRE holders. Connect a Solana wallet, prove ownership with a signed message, and issue a bearer key for the first v1 endpoints.
Connect a wallet, sign a message, and Wire checks for a live WIRE balance before issuing an API key.
wire_********************************Keys expire after 30 days in this MVP and are rechecked against the holder wallet on every request.
/v1/statusConfirms the API key is active, the backing wallet still holds WIRE, and returns the current tier.
/v1/linksReturns canonical Wire links, social handles, and the official token route for client integrations.
/v1/wireReturns token identity, mint, network, holder access state, and the current access rule.
/v1/token/{mint}?range=1dReturns the tracker-enriched token page payload: summary, verdict, chart, holders, narrative placement, feed, timeline, evidence, and source status.
curl https://wiresolana.fun/v1/status \ -H "Authorization: Bearer wire_your_api_key"
9ubNqKDJpXXcDjpM25z7QZK7wVmg1zA31WWbMchypumpEvery protected request rechecks the wallet behind the key. Moving WIRE out of that wallet disables access.