Reads blockchain data from apis gotten from exchanges, NFT Marketplaces, explorers etc
Project description
Blockdataapis
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file blockdataapis-1.0.2.tar.gz.
File metadata
- Download URL: blockdataapis-1.0.2.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dcc9bae7bec0d45f733762e674b68d01cbcfddcf15a57a4df07c03f2ec8169f0
|
|
| MD5 |
6b9b438f04cd89dec37767eb75b158f4
|
|
| BLAKE2b-256 |
da4c84352a0d579158ed0961a2fdd16c2f177b23587306fd7ecff9f1604b1de8
|
File details
Details for the file blockdataapis-1.0.2-py3-none-any.whl.
File metadata
- Download URL: blockdataapis-1.0.2-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4f9d9674b7b635269df4ab513ba2cb3430254880bd98a586ddce3d4fc2650e6
|
|
| MD5 |
2d69e4d79525f975fb5d2763358c25aa
|
|
| BLAKE2b-256 |
91d74e3d719008009e3997960a7ba53ea18169d2462c439d66e8bec0da3a6b8b
|