Skip to main content

Asynchronous Python wrapper for the CoinGecko API

Project description

Asynchronous CoinGecko API wrapper

PyPi Version

Python3 wrapper around the CoinGecko API (V3)

Features 100% API implementation and full Pythonic documentation.

Installation

PyPI

pip install aiocoingecko

Usage

import asyncio

from aiocoingecko import AsyncCoinGeckoAPISession


async def main():
    async with AsyncCoinGeckoAPISession() as cg:
        print(await cg.ping())

        
asyncio.run(main())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aiocoingecko-1.0.0.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

aiocoingecko-1.0.0-py3-none-any.whl (6.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page