πRate Limiting
This page explains about how to comply with our rate limiting when using THP Developer API.
Plan Name
Max Requests Allowed
429: Too Many Requests
Last updated
{
code: 429,
message: "You have exceeded rate limits",
requestsLeft: 499, // Requests you have remaining.
refreshIn: UnixTimestamp // Time until midnight (UK / London timezone)
}