RolodETH
An open source and open data Rolodex for Ethereum addresses that enables builders, researchers, and apps to quickly get metadata for a given address.
Data is sourced from a variety of providers listed here:
- Popular NFT collection minters from ERC721 on chain transfers such as: bayc, azuki, moonbird, doodle, coolcat, loot..
- Uniswap V3 LP providers from ERC721 on chain transfers
You can use sources adapters to create your own RolodETH database. You can host your own API by cloning the repo or use our hosted service:
https://rolodeth.ethcmd.com/address/[ADDRESS IN LOWERCASE]
npm install
You can run your own API:
node ./api/index.js
Last modified 2mo ago