Queue Grok extraction (webhook + polling)
Queue Grok token extraction for many tweets; processed at the pool’s sustainable rate (server-paced) and pushed to your webhook as each completes, with polling as fallback. mode “fast” (default, 1 question, no on-chain resolution) or “token” (2 questions, resolves address/market_cap/confidence).
Authorizations
Body
Up to 500 tweet IDs.
fast (1 question, no resolution), token (2 questions, resolves on-chain), suggest (1 question — resolves the token if the post is about one, else proposes tickers).
fast, token, suggest Optional http(s) URL; each result is POSTed here as it completes.
Optional. If set, each webhook carries x-signature = "sha256=" + hex HMAC-SHA256(rawBody, webhook_secret).
Skip tweets with no token, no extracted ticker and no suggestions (snipe-only feeds).