Hi,
im trying to call the Get NFT Metadata api and i decided to test it with
specifically 0x8a90cab2b38dba80c64b7734e58ee1db38b8992e contract and tokenINDEX 29
when i call it on the website everything is good, but as soon as i call it from my code - it gets a token from the correct contract but the index is like 7628 instead of 29 and im very confused as to why it gets the wrong token?
At first i thought maybe its because of this line " * Requests for contract addresses not yet indexed will automatically start the indexing process for that NFT collection" but truth be told im not sure i understand what this means ;/
Secondly, i had to make the api call into C# and its quite possible that I made a simple mistake but im not sure how to fix.
Let me know if anyone can help, i can share the code too if needed