/gmgnai-wrapper

An API wrapper for undocumented endpoints on GMGN.ai

Primary LanguagePython


GMGN.ai Wrapper

An API wrapper for undocumented endpoints at GMGN.ai
NOTE: This is for MY personal use, I do not condone the use of this API for any prohibited reason. :)

Example, for more examples go here

from gmgn import gmgn

gmgn = gmgn()

getTokenInfo = gmgn.getTokenInfo(contractAddress="9eLRcHw2G4Ugrnp1p5165PuZsQ2YSc9GnBpGZS7Cpump")

print(getTokenInfo)