Back to All

Solana getTokenAccountsByOwner returns error code 32000 in the last few hours

we use alchemy solana endpoints for our App, but from yesterday one of the API returns 32000 constantly and it already lasts a few hours.

Request:
{"id":"291c852a-20ee-4778-94e7-41bc5c2da425","jsonrpc":"2.0","method":"getTokenAccountsByOwner","params":["CG5BkmpYjgatAffeLfMCzhERbxZob5FzqQxTHQjBCwPc",{"programId":"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA"},{"encoding":"jsonParsed"}]}

Response:
{"jsonrpc":"2.0","id":"291c852a-20ee-4778-94e7-41bc5c2da425","error":{"code":-32000,"message":"Unable to complete request at this time."}}

ReadMe