Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

blockdataapis

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blockdataapis

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

  • 1.0.2
  • PyPI
  • Socket score

Maintainers
1

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc