Skip to content

matigumma/find-solana-acc-by-token-and-amount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find accounts for a token and amount range

On Solana blockchain

This is a tool to find accounts for a token and amount range on Solana.

Find Xavi

Requirementss

  • helium api key
  • mint address
  • amount range

How to use

  1. create your .env file with
//your .env file must look like this

HELIUS_API_KEY="a0e29f77-9dab-....."
mintAddress="..."

  1. set your amount range
// in line: this example is for amount between 1 and 100 tokens in a token with 6 Decimals
...
holders, err := findTokenHolders(mintAddress, apiKey, 1000000, 100000000)
...
  1. go run main.go

About

Find accounts for a token and amount range

Topics

Resources

Stars

Watchers

Forks

Languages