Token API for Polygon

Hi, I am using Polygon Token API to Fetch Token Balances for a wallet - When I compare the results from what I see on polygonscan explorer, it is not matching. I am not receiving all the tokens from the call I make

REQUEST

curl https://docs-demo.matic.quiknode.pro/ \
  -X POST \
  -H "Content-Type: application/json" \
  --data '{
    "id":67,
    "jsonrpc":"2.0",
    "method":"qn_getWalletTokenBalance",
    "params": [{
      "wallet": "0xf8f09be6dabffaa3c02b2d653d9026cc7767ed99"
    }]
  }'
RESPOMSE

{"jsonrpc":"2.0","id":67,"result":{"result":[{"quantityIn":"154944768132000000000000","quantityOut":"0","name":"Snook","symbol":"SNK","decimals":"18","address":"0x689f8e5913c158ffb5ac5aeb83b3c875f5d20309","totalBalance":"142032704121000000000000"}],"totalItems":1,"totalPages":1,"pageNumber":1}}

The explorer view
Explorer URL

Hello :wave:

Please open a ticket with our team here - https://support.quicknode.com/hc/en-us/requests/new

There may be a discrepancy on our end.

-Nick