MolarisPy - A Python Wrapper for the Molaris Web3 REST API

I’ve been working on scripts to track and trade new Avalanche DeFi tokens using Python, but I struggled to find an existing package that could consistently get prices the new Avalanche DeFi tokens that attract the degens.

Molaris provides an API for getting token prices from across exchanges - it’s straightforward. This package should make things slightly easier to use with Python since most all of the current resources are Javascript oriented.

Most of the calls are just simple wrappers of the existing API, but I’ve also added the capability to export the holdings of your entire wallet as a list of dicts which can easily be imported into a pandas dataframe for more advanced data analysis, manipulation and plotting.

https://github.com/bberg/MoralisPy