MoralisWeb3 / issue-tracker

25 stars 7 forks source link

getNFTLowestPrice returns 400 response (sometimes) #104

Closed tony-stark-eth closed 2 years ago

tony-stark-eth commented 2 years ago

Sometimes when using the getNFTLowestPrice endpoint with the sdk, the request will return 400 with this json.

{"code":141,"error":"[object Object]"}

Maybe its because I'm running to many requests in parallel? Is there any documentation about these error codes?

Thanks for providing this awesome api!