This endpoint https://docs.moralis.io/reference/getnfttokenidowners-2 only allows one token id for a contract address per request . Can we query for more token id’s for a single contract address ?
eg
await Moralis.start({
apiKey: config.moralis_api_key,
// ...and any other configuration
});
return await Moralis.EvmApi.token.getNFTbyTokenId({
address,
chain,
[array of token id's]
});