Skip to content

World-of-Cryptopups/pycoinmarketcap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pycoinmarketcap

A simple API Wrapper for the CoinMarketCap API (https://coinmarketcap.com/api/documentation/v1)

Installation

pip3 install pycoinmarketcap

Usage

from pycoinmarketcap import CoinMarketCap

c = CoinMarketCap("YOUR API KEY")

airdropData = c.crypto_airdrop("airdrop-id")
print(airdropData)

© 2021 | World of Cryptopups | TheBoringDude