Very low API rate limits #1661
emanuele-redify
started this conversation in
General
Replies: 1 comment 2 replies
-
5 req/s is probably tripping the limit, can you do fewer requests more spread out? you can apply for higher rate limit using the form linked in this section https://docs.opensea.io/reference/api-keys#rate-limits |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there. I'm making an API request but I keep getting this error: { detail: 'Request was throttled.', id: '1KQIYV' }
It is very strange because I'm only calling this endpoint every 2 seconds for 10 times (for different collections), and then pause it for 15 minutes, so I shouldn't hit any rate limit - it would be very strange otherwise.
This is the endpoint: /api/v2/listings/collection/${data.slug}/best?limit=1
Any idea on what's going on?
I've already asked in the discord channel... but they just tell me to read the API documentation, which actually doesn't explain anything about rate limits, excpet that "there are rate limits" 😭
Beta Was this translation helpful? Give feedback.
All reactions