A Python package for mempool.space REST API interaction.
Project description
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>
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 python_mempool_api-1.0.0b0.tar.gz.
File metadata
- Download URL: python_mempool_api-1.0.0b0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56ae7045f15313ac33fd076005f5655d260a4a595d690bd58e625ffedf5d59f8
|
|
| MD5 |
f3b208c436f18cbe1a49ac59602bec27
|
|
| BLAKE2b-256 |
713d93ce265e3f3ddb271e9713f00a54babdb9bda844f4206a052a4af4ffbc39
|
File details
Details for the file python_mempool_api-1.0.0b0-py3-none-any.whl.
File metadata
- Download URL: python_mempool_api-1.0.0b0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6d9f1e81e7e236d8bc10ef52baba495b001f5527aacd78baba3b282499bb0f2
|
|
| MD5 |
6d2f537306d2f0554f908c9580ebacbb
|
|
| BLAKE2b-256 |
c394b86b15b67e46281b3cefef8cce95e999cfb1084d143d1efdafd022afde10
|