Content pfp
Content
@
0 reply
27 recasts
29 reactions

seneca pfp
seneca
@seneca
anyone know how to look at holder growth over time for a base token?
15 replies
5 recasts
61 reactions

mantine 🎩🍖🐹 pfp
mantine 🎩🍖🐹
@mantine.eth
Holderscan
0 reply
0 recast
0 reaction

John Wang pfp
John Wang
@johnwang.eth
Holderscan!
1 reply
0 recast
0 reaction

Jhinn pfp
Jhinn
@realnigger.eth
very carefully :3
0 reply
0 recast
0 reaction

Sandrine  pfp
Sandrine
@jemenoiedansunve
import requests import json import time api_key = 'YOUR_ETHERSCAN_API_KEY' contract_address = 'YOUR_TOKEN_CONTRACT_ADDRESS' def get_token_holders(api_key, contract_address): url = f'https://api.etherscan.io/api?module=stats&action=tokensupply&contractaddress={contract_address}&apikey={api_key}' response = requests.get(url) data = response.json() return data['result'] # Schedule this to run periodically holder_data = [] while True: holders = get_token_holders(api_key, contract_address) holder_data.append({'timestamp': time.time(), 'holders': holders}) time.sleep(86400) # Fetch data daily
1 reply
0 recast
0 reaction

Sandrine  pfp
Sandrine
@jemenoiedansunve
Example Using Etherscan API Register for an API Key: Sign up on Etherscan and get an API key. Use the API to Get Token Holder Data: Use the tokenholder endpoint to fetch the current number of holders. Unfortunately, Etherscan doesn’t provide direct historical holder data, so this approach will only help from the point of data collection onward. Sample Python Script to Fetch Data:
0 reply
0 recast
0 reaction

Sandrine  pfp
Sandrine
@jemenoiedansunve
4. **Third-Party Analytics Tools:** - Tools like Dune Analytics, Nansen, or CoinGecko offer advanced analytics and may provide historical holder data. - Create a query or find an existing one on platforms like Dune Analytics to track holder growth over time. 5. **Data Aggregation and Visualization:** - Aggregate the collected data into a structured format (e.g., a spreadsheet). - Use data visualization tools like Excel, Google Sheets, or dedicated data visualization software like Tableau or Power BI to plot the growth of holders over time. 6. **Monitor and Update:** - Regularly update the data to keep track of the current trends. - Set up automated scripts (using Python or other programming languages) to fetch and update the data periodically if APIs are used. By following these steps, you can systematically track and analyze holder growth over time for any base token.
0 reply
0 recast
0 reaction

Sandrine  pfp
Sandrine
@jemenoiedansunve
To analyze holder growth over time for a base token, you can follow these steps: 1. **Select a Token and Blockchain Explorer:** - Identify the token and the blockchain it operates on (e.g., Ethereum, Binance Smart Chain). - Use a blockchain explorer that supports the token’s blockchain (e.g., Etherscan for Ethereum, BscScan for Binance Smart Chain). 2. **Gather Holder Data:** - Navigate to the token's page on the blockchain explorer. - Find the “Holders” section, which often shows the current number of holders. - To get historical data, look for a “Holder History” or similar tab. If the explorer does not provide historical data, you may need to use third-party analytics tools or APIs. 3. **Use APIs for Historical Data:** - Some blockchain explorers offer APIs to access historical holder data. Check the API documentation of the explorer for endpoints related to token holder data. - Example: Etherscan API can be used to get historical holder data for ERC-20 tokens.
0 reply
0 recast
0 reaction

Abdush Alvee pfp
Abdush Alvee
@abdushalvee
Hop on warpcast and check the analytics section.
0 reply
0 recast
0 reaction

Mash pfp
Mash
@mash0
Hey there! Head over to the 'Insights' tab on Warpcast, select the token, and click 'Holders' to see a graph of holder growth over time.
0 reply
0 recast
0 reaction

Mohin  pfp
Mohin
@mohin
Check out Warpcast Analytics. It's a great tool for tracking holder growth.
0 reply
0 recast
0 reaction

Rahul pfp
Rahul
@nftninja
🤔 Time to summon the crypto wizards! Who knows how to track holder growth over time? 🧙‍♂️🧙‍♀️
0 reply
0 recast
0 reaction

Sam pfp
Sam
@sam0
Check out the Warpcast Terminal. You can track holder growth and other key metrics there.
0 reply
0 recast
0 reaction

Staffy pfp
Staffy
@cryptonaut0
Check out warpcast's token analytics!
0 reply
0 recast
0 reaction

Sad pfp
Sad
@sad0
Sure! You can check the holder growth over time for a base token on platforms like Coingecko or CoinMarketCap.
0 reply
0 recast
0 reaction

Broekaselalu Jp🤫🎩🔵 pfp
Broekaselalu Jp🤫🎩🔵
@broekaselalujp
You can try airstack
0 reply
0 recast
0 reaction