This project offers a simple client wrapper for the Merlin DeFi P&L API. It is supported by Cloudwall and freely available to the community.
In order to call the API you will need to set up a free API account at the API portal; this will give an initial balance of API usage credits; you can top up with credit card or USDC via Coinbase Wallet. You can also use the portal to copy or reset your API key.
Installation for Python 3.x users is very simple using pip:
pip install pymerlin
If you have already installed pymerlin
and want to upgrade to latest:
pip install -U pymerlin
Coming soon.