bitfinex-api-rb | BITFINEX Ruby trading API - Bitcoin , Litecoin , and Ether | REST library
kandi X-RAY | bitfinex-api-rb Summary
kandi X-RAY | bitfinex-api-rb Summary
BITFINEX Ruby trading API - Bitcoin, Litecoin, and Ether exchange
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Open the client
- Submit a new order
- Handles the response .
- Register an order
- Replace an existing order
- Cancels a single offer
- Cancel order
- Create newoffer
- Submit an offer
- calculate prices
bitfinex-api-rb Key Features
bitfinex-api-rb Examples and Code Snippets
Community Discussions
Trending Discussions on bitfinex-api-rb
QUESTION
In this snippet (from line 19 of https://github.com/bitfinexcom/bitfinex-api-rb/blob/master/lib/bitfinex/connection.rb - this is also the source for the class containing the check_params method definition.)
...ANSWER
Answered 2017-Aug-27 at 19:18Let's a peek at the docs for the history
method:
Parameters:
currency
(string
) (defaults to: "usd
") — (optional) Specify the currency, default “USD”params
(defaults to:{}
) — :since [time] (optional) Return only the history after this timestamp.params
(defaults to:{}
) — :until [time] (optional) Return only the history before this timestamp.params
(defaults to:{}
) — :limit [int] (optional) Limit the number of entries to return. Default is 500.params
(defaults to:{}
) — :wallet [string] (optional) Return only entries that took place in this wallet. Accepted inputs are: “trading”, “exchange”, “deposit”
So the allowed keys in params
are :since
, :until
, :limit
, and :wallet
.
The keys in your params
are 'since'
, 'until'
, 'limit'
, and 'wallet'
.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install bitfinex-api-rb
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page