Can NFT api request all chains?

Hello everyone,

I have a requirement, I want to find the user’s NFT on all chains at one time, but I see from the current API that it can only pass in one chain at a time, how do I want to find out the data of multiple chains, how should I compare OK, do you want to loop the request?

If you know of other APIs that can implement it, please share with me, thanks a lot.

You will need to make separate API calls for each chain you want to get data for. You can make multiple calls together simultaneously but you will need to keep in mind your account’s API rate limits per second.