Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support fetching all currencies ledgers #248

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mnowotnik
Copy link

@mnowotnik mnowotnik commented Sep 25, 2024

Description

Add support for fetching ledgers for all currencies.

Motivation and Context

Fetching ledgers for all currencies is supported by the REST API, but not by this lib:
https://docs.bitfinex.com/reference/rest-auth-ledgers

Type of change

  • New feature (non-breaking change which adds functionality);

Checklist:

  • I've done a self-review of my code;
  • I've made corresponding changes to the documentation;
  • I've made sure my changes generate no warnings;
  • mypy returns no errors when run on the root package;
  • I've run black to format my code;
  • I've run isort to format my code's import statements;
  • flake8 reports no errors when run on the entire code base;

@mnowotnik mnowotnik force-pushed the feature/support-fetching-all-ledgers branch from 7f157ee to 251a4c6 Compare September 25, 2024 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant