get https://api.discover.getmoni.io/api/v2/twitters/tracker/tweet/
Description: Returns the list of X accounts where tweets indexing is active
Usage Cost: free of charge
Log in to see full request history
Response
Description: Returns the list of X accounts where tweets indexing is active
Usage Cost: free of charge
xxxxxxxxxx
curl --request GET \
--url https://api.discover.getmoni.io/api/v2/twitters/tracker/tweet/ \
--header 'accept: application/json'
xxxxxxxxxx
10{
"items": [
{
"createdAt": 1742283266,
"startDate": 1742265254,
"username": "getmoni_io",
"twitterUserId": "1026753750038470658"
}
]
}