get https://api.simplehash.com/api/v0/contracts_by_owner?chains=&wallet_addresses=
This endpoint provides a list of EVM-based NFT contracts owned by an address. Only contracts that have had at least one mint occur will be returned.
What's the difference between
Ownership Summary by Wallet
vsContracts by Owner
Endpoint?
Ownership Summary by Wallet
returns the NFT contract associated with each wallet address, while theContracts By Owner
retrieves the contract linked to a specific wallet address specified through the contract owner() function.