get https://api.blockspan.com/v1/owners/contract/
Returns all current owners for a collection by contract address.
Highlights:
- Chains supported: Ethereum, Goerli & Sepolia (testnet), Polygon, Arbitrum, BSC and Optimism with more coming soon
- Returns all current owners for a given collection by contract address. Useful for applications needing to keep a tab of current ownership in real time
- Filter by token type (erc721/erc1155)
- Data returned in ascending order by token id and then wallet address. Use the cursor to scroll through all data 25 (default) to 100 records at a time
- Number of total and unique owners for the collection (erc1155 tokens may have multiple)
- The number of times acquired along with total current quantity
- The first and most recent acquisition dates showing continued interest
- Whether the owner is a wallet address or another contract address