get
https://api.simplehash.xyz/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 WalletvsContracts by OwnerEndpoint?
Ownership Summary by Walletreturns the NFT contract associated with each wallet address, while theContracts By Ownerretrieves the contract linked to a specific wallet address specified through the contract owner() function.
