get https://api.simplehash.com/api/v0/nfts/owners?chains=&wallet_addresses=
This endpoint is commonly used to pass specific wallet addresses to get back the metadata of the NFTs held by them:
To supply multiple values, provide them comma separated in the query params, e.g., chains=polygon,ethereum&wallet_addresses=0xa12,0xb34. ENS addresses can also be provided for the wallet_addresses.
NFTs are sorted by most recently acquired to least recently acquired.