Skip to main content
POST
Search Cashtags

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Query parameters for searching cashtags (stock symbols)

cashtags
string[]

Cashtag to search for (with or without $ prefix)

Example:
startTime
string | null

Start time for search in UNIX timestamp

Example:

"1775726400"

endTime
string | null

End time for search in UNIX timestamp

Example:

"1775727300"

sortBy
enum<string> | null
default:Latest

Sort order for results

Available options:
Latest,
Top
maxItems
integer | null
default:20

Maximum number of tweets to return

Required range: 1 <= x <= 1000
mininumLikes
integer | null
default:0

Minimum number of likes required

Required range: x >= 0
mininumRetweets
integer | null
default:0

Minimum number of retweets required

Required range: x >= 0
mininumReplies
integer | null
default:0

Minimum number of replies required

Required range: x >= 0
blueVerified
boolean | null

Filter for blue verified accounts only

verified
boolean | null

Filter for verified accounts only

language
enum<string> | null

Language filter for tweets

Available options:
am,
ar,
bg,
bn,
bo,
ca,
ch,
cs,
da,
de,
dv,
el,
en,
es,
et,
fa,
fi,
fr,
gu,
hi,
ht,
hu,
hy,
in,
is,
it,
iu,
iw,
ja,
ka,
km,
kn,
ko,
lo,
lt,
lv,
ml,
my,
ne,
nl,
no,
or,
pa,
pl,
pt,
ro,
ru,
si,
sk,
sl,
sv,
ta,
te,
th,
tl,
tr,
uk,
ur,
vi,
zh
Example:

"en"

onlyImage
boolean | null

Filter for images only

onlyVideo
boolean | null

Filter for videos only

onlyQuote
boolean | null

Filter for quotes only

onlyReply
boolean | null

Filter for replies only

Response

List of tweets containing the specified cashtag

Search API response

data
TweetModel · object[]
required

List of tweets

code
integer
default:200

HTTP status code

msg
string
default:success

Response message