Skip to content

regulad/aiocoingecko

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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())

About

Asynchronous Python wrapper for the CoinGecko API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%