#Pricing
POST /v1/x/tweet: 3 credits
POST /v1/twitter: 3 credits
POST /v1/x/search: 10 credits
Credits are only deducted for successful requests.
#Rate Limit
POST /v1/x/search is throttled with throttle:60,1.
If hit repeatedly within the window, it can return:
{
"message": "Too Many Attempts."
}