Asynchronous API wrapper for the MagicEden API
PyPi
pip install magicpyden
Poetry
poetry add magicpyden
From source
git clone https://github.com/ChristianPerez34/magicpyden.git
cd magicpyden
python setup.py install
from magicpyden import MagicEdenApi
# Assuming inside async function/method
async with MagicEdenApi() as api:
collection_stats = await api.get_collection_stats(collection_name="degods")