Skip to main content

Reads blockchain data from apis gotten from exchanges, NFT Marketplaces, explorers etc

Project description

Blockdataapis

Deon badge

Blockdataapis is a Python library to access data from different blockchain data provders like exchanges, explorers and Nft Marketplaces. This library enables you to manage blockchain data in your Python applications.

Install

$ pip install blockdataapis

Sample code on how to use the library using the pandas library:

from blockdataapis import Explorer

scanner = Explorer("0xb38ef143BA4CDE9e66B5f93E23315E979e886D04", API_TOKEN)
data = scanner.etherscan_accounts("transactions")
df = pd.DataFrame(data)
df

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

blockdataapis-1.0.2.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

blockdataapis-1.0.2-py3-none-any.whl (5.3 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