ISSUE: Token Holder List not in Descending Order

I am trying to access the list of the top token holders via the API in Python and the list will not return the top holders despite specifying the order as descending. This appears to be an issue only with tokens on the Polygon blockchain and has occurred with every address I've tried. The API tester embedded in the documentation website has the same issue.

params = {
    "token_address": INSERT_ADDRESS,
    "order": "DESC",
    "limit": 100,
    "chain": "polygon",
    }

result = evm_api.token.get_token_owners(
api_key=api_key,
params=params,
    )

The same issue comes from this tester: https://docs.moralis.io/web3-data-api/evm/reference/get-token-owners

Hi @klingleah

Thanks for the reportπŸ™
We have a known issue related to the sorted data. Our team is working on fixing it.