Public data
Provider-owned workers handle caching, pacing, cursor affinity, cooldowns, and failover.
View public endpointsCrypto-native data infrastructure
Stable normalized endpoints for public data, plus isolated customer-authorized account actions. Prepaid in Bitcoin or Lightning.
curl --get https://api.threadquery.com/v1/tweets/search-H "X-API-Key: $THREADQUERY_API_KEY" \--data-urlencode "query=from:OpenAI"normalized response{"items": [{"id": "1894412058710042871","text": "Shipping small APIs...","author": { "username": "OpenAI" }}],"next_cursor": "..."}The contract
Public data uses shared capacity. Account actions use only the customer connection named in the request.
Provider-owned workers handle caching, pacing, cursor affinity, cooldowns, and failover.
View public endpointsEach action names one encrypted browser session and its assigned proxy. Account state is never shared.
View account actions