Quantcast
Channel: QuickNode - Latest topics
Viewing all articles
Browse latest Browse all 99

Solana NFT API Issue with Error -32603 (Internal Server Error)

$
0
0

Hi guys, I’m currently developing the backend that integrated with Solana NFT, when I tried to use the Quicknode api on the postman based on this picture and curl code (qn_fetchNFTs RPC Method | Solana Documentation)

curl https://docs-demo.solana-mainnet.quiknode.pro/ \
  -X POST \
  -H "Content-Type: application/json" \
  -H "x-qn-api-version: 1" \
  --data '{
    "id":67,
    "jsonrpc":"2.0",
    "method":"qn_fetchNFTs",
    "params":{
      "wallet": "DcTmx4VLcf5euAB17nynax7g55xuB3XKBDyz1pudMcjW",
      "omitFields": [
        "provenance",
        "traits"
      ],
      "page": 1,
      "perPage": 10
    }
  }'

I got the error with the code -32603 with the message “An internal server error occurred while processing your request. Please try again later or contact support if the issue persists.”

Is anyone know what happen on this? Thankyou

3 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 99

Trending Articles