ThreadQuery
Menu

Crypto-native data infrastructure

X data APIs for working developers.

Stable normalized endpoints for public data, plus isolated customer-authorized account actions. Prepaid in Bitcoin or Lightning.

Worker sessions stay private. Customer connections authorize only named account actions.
GET /v1/tweets/search
200
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": "..."}
Read modelNormalized JSON
PaymentBTC + Lightning
AccessPrepaid credits
ExecutionShared reads / isolated actions

The contract

Two paths. One predictable API.

Public data uses shared capacity. Account actions use only the customer connection named in the request.

01

Public data

Provider-owned workers handle caching, pacing, cursor affinity, cooldowns, and failover.

View public endpoints
02

Account actions

Each action names one encrypted browser session and its assigned proxy. Account state is never shared.

View account actions