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

Implementation of Ledgers endpoint in Ruby? #104

Open
altcointrading opened this issue May 12, 2021 · 0 comments
Open

Implementation of Ledgers endpoint in Ruby? #104

altcointrading opened this issue May 12, 2021 · 0 comments

Comments

@altcointrading
Copy link

altcointrading commented May 12, 2021

Issue type

missing functionality

Brief description

client.ledgers is not implemented

Steps to reproduce

require 'bitfinex'
require 'dotenv'

Dotenv.load()

#p ENV


endpoint = "https://api.bitfinex.com/auth/r/ledgers/hist"

rclient = Bitfinex::RESTv2.new({
 :api_key => ENV['BKEY'],
 :api_secret => ENV['BSEC'],
 :url => endpoint,
})

#p rclient.ticker('tBTCUSD', 'fUSD')
p rclient.ledgers
Additional Notes:

This is what I'm looking for: https://docs.bitfinex.com/reference#rest-auth-ledgers

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

No branches or pull requests

1 participant