Skip to main content

Scrape the latest APY rates for BlockFi Interest Accounts

Project description

PyPI - Python Version

DISCLAIMER

This package is in no way affiliated in any way, shape or form with BlockFi and as such its use is entirely at the user's own risk.

BlockFiRates

An unofficial API to easily obtain the interest rates of BlockFi Interest Accounts (BIA).

Getting Started

Installing

pip install blockfirates

Imports

from blockfirates import client
Client=client.BlockFiRates()

Available Functions

  • get_all_rates
  • get_amount
  • get_apy

get_all_rates

Printing info for all currencies:

rates = Client.get_all_rates()
for i in rates:
    print(i)

get_amount

Printing amount criteria for a specific currency:

Client.get_amount("BTC (Tier 1)")

get_apy

Printing APY rate for a specific currency:

Client.get_apy("BTC (Tier 1)")

Development

Use Poetry to create a virtual environment based on the pyproject.toml file:

poetry init

Once changes have been committed the package can be updated on both Github and PyPi:

git push -u origin master

poetry publish --build --username $PYPI_USERNAME --password $PYPI_PASSWORD

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

BlockFiRates-0.2.3.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

BlockFiRates-0.2.3-py3-none-any.whl (2.8 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