🐌Rate Limiting
This page explains about how to comply with our rate limiting when using THP Developer API.
Last updated

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