/magicpyden

Async python API wrapper for Magic Eden API

Primary LanguagePythonMIT LicenseMIT

MagicPyden

Github Issues Codacy Badge Github Top Language wemake-python-styleguide

Asynchronous API wrapper for the MagicEden API

Installation

PyPi

  pip install magicpyden

Poetry

  poetry add magicpyden

From source

  git clone https://github.com/ChristianPerez34/magicpyden.git
  cd magicpyden
  python setup.py install

Usage/Examples

Official Documentation

from magicpyden import MagicEdenApi

# Assuming inside async function/method
async with MagicEdenApi() as api:
    collection_stats = await api.get_collection_stats(collection_name="degods")