Throttled requets even with API key
See original GitHub issueHey, first of all, thanks for this SDK and API that we are using to build a custom NFT store! I’m having some problems using the API key, I’m getting the throttle message with API key on rinkeby and mainnet, we can make like 7 requests before throttled, and then pretty long throttle interval. We are using the /asset/
to get information about every NFT that we are listing so we can display custom info.
Is this the expected behavior? Is there any way to this differently?
Issue Analytics
- State:
- Created 2 years ago
- Comments:47
Top Results From Across the Web
Throttle API requests for better throughput - AWS Documentation
API Gateway throttles requests to your API using the token bucket algorithm, where a token counts for a request. Specifically, API Gateway examines...
Read more >What is API Throttling? - TIBCO Software
API throttling is the process of limiting the number of API requests a user can make in a certain period.
Read more >API throttling guidance - Partner Center app developer
Throttling limits the number of requests to a service in a time span to prevent overuse of resources.
Read more >How to add default throttled API key for unauthenticated API ...
I'd like to add a default throttled API key for unauthenticated requests to prevent abuse. How would I do this in API Gateway?...
Read more >Error: Request Throttled - WP Manage Ninja
Until the beginning of this year, you could generate an API key after verifying your account, and using our plugin; you can get...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I there any way to find out about API limits for a certain API key?
After contacting OpenSea, they confirmed this is the normal behavior and we made a proxy around it.
For the back-end part we use our key to cache requests and redistribute them to clients, and for front-end only stuff we use no api key so each user has its own throttle limits