You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

python-mempool-api

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

python-mempool-api

A Python package for mempool.space REST API interaction.

1.0.0b0
pipPyPI
Maintainers
1

Python Mempool API

Welcome to the Python Mempool API documentation! Here, we take a wild ride through the world of Bitcoin using the mempool.space REST API.

Buckle up, because we're about to fetch some serious data!

Introduction

Ever wanted to know the price of Bitcoin in your favorite currency? Or maybe check the balance of your Bitcoin address?

Well, you've come to the right place!

This Python package is your trusty sidekick in the quest for Bitcoin knowledge.

For a full version of this document, check out the official GitHub Repository.

Notes

  • Supported FIAT Currencies: for every method where a fiat currency is required, here is the list of the supported one

    • USD

    • EUR

    • GBP

    • CAD

    • CHF

    • AUD

    • JPY

  • Time frames: for every method where a timeframe is required here are the supported one 24h, 3d, 1w, 1m, 3m, 6m, 1y, 2y, 3y

How To Use

You can easily use and install this package by simply typing:


pip install python-mempool-api
  • Import the desired class (the full list is available here)

from mempool import <class>
  • Create an object

obj = <class()>
  • Access the methods (the full list is available here)

obj.<method>

Keywords

python

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