Skip to main content
GET
Get user tweets

Authorizations

api_key
string
query
required

Query Parameters

username
string
required
cursor
string
resolve_tokens
string

Resolve $cashtags across the returned tweets to on-chain tokens (best-effort, via Dexscreener). "1" = all chains; a chain id such as "solana" pins the chain. Adds a deduped top-level resolved_tokens array.

Response

200 - application/json

Paginated tweets

tweets
object[]
next_cursor
string | null
has_next_page
boolean
resolved_tokens
object[]

Present only with resolve_tokens.