Tweet volume is a measure of the number of individual tweets mentioning an asset’s name or symbol. This metric includes retweets, verified tweets, and original tweets.
GET
/
v1
/
social
/
twitter
/
volume
Tweet Volume
Copy
Ask AI
curl --request GET \
--url https://api.invezo.com/v1/social/twitter/volume \
--header 'x-invezo-api-key: <api-key>'
sort the results by timestamp. asc will return results in ascending order
(oldest to newest), desc will return results in descending order (newest to
oldest). default value is asc