I am rate limited making a request from an AWS Lambda function.
The first request works, then the next one fails and is throttled via status code 429.
I can make the same request locally without any issue.
This is the endpoint in question:
https://api.opensea.io/api/v2/metadata/matic/{SMART_CONTRACT_ADDRESS}/{TOKEN_ID}
EDIT (above url is incorrect):
https://deep-index.moralis.io/api/v2/nft/0x2953399124F0cBB46d2CbACD8A89cF0599974963/{TOKEN_ID}/owners?chain=polygon&format=decimal"
Why is this request being throttled?
Here is a possible issue that could cause it:
Is it possible this has something to do with the request being made from an AWS IP?
EDIT:
I do not think AWS IP is the issue. This endpoint seems to be failing specifically when used with the OpenSea Store MATIC smart contract address: 0x2953399124f0cbb46d2cbacd8a89cf0599974963