Rate Limiting
The Pump.fun Trading API currently has a rate limit of 500 requests per minute.
This rate limit is shared between all tiers, if you are on the Trial tier, your daily rate limit will also apply to your account.
If you exceed the rate limit, you will receive a 429 error.
All endpoints are subject to rate limiting. All requests to the API return your current rate limit as a header.
Rate Limiting Header
{
"x-rate-limit": "499",
}