binance 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 93fa8d27b55c0314452ebe5ce297136461cf33bc
4
- data.tar.gz: fe2d138b2c69481c3c31796c2addadf44e03fa0e
3
+ metadata.gz: 3e860ec11ba1d0b5997779e051d950ed1f107aef
4
+ data.tar.gz: beb925d31c5779175a6ae792f3548a6c9a900ac8
5
5
  SHA512:
6
- metadata.gz: a2d91b7c1774dbda1ccc2cb993116a0938d543986d058d7b03b16d39164b47bce86653d0c494e7d225403e243e34dfdc8c80ce24bb039992fdd82665a3bbd515
7
- data.tar.gz: 732ab2f1be0f5bca04a792d4a3386ac87b06db57e70246819d04fecdeff1aadd238497c57d4cebcf11df1f9ae12dff224694e064e43f61dfee4ebb6f5fb6a0d8
6
+ metadata.gz: 1afd91d95a45e4dbe2f5c9f1fccde5db0f404efeecdb3e03ab8a66ca3e3a259314f8134f388ebf96196a91d13fbd7b819cab2c5d4fabf4b1a5b66bae77300fcf
7
+ data.tar.gz: c2855fa5f67d34672723a843a9c06613432d5594fbb27671fb5433eb3dcf82bfd2e4f440e959e7ae4ca81e3192a159e0a224dcf4507b3e24fb11f061db1ab0fb
@@ -78,11 +78,11 @@ module Binance
78
78
  # options - The Hash which hosts various REST query params.
79
79
  # :symbol - The String of which trading pair to retrieve.
80
80
  # :limit - The Number of how many trades to request (optional).
81
- # :fromId - The String of which trade ID to fetch from.
81
+ # :fromId - The String of which trade ID to fetch from (optional).
82
82
  #
83
83
  # Returns a Hash with the request response
84
84
  def historical_trades(options)
85
- request :public, :get, 'historicalTrades', options
85
+ request :user_data, :get, 'historicalTrades', options
86
86
  end
87
87
 
88
88
  # Public: Retrieve aggregate trade data for the specified symbol
@@ -1,4 +1,4 @@
1
1
 
2
2
  module Binance
3
- VERSION = '0.4.0'.freeze
3
+ VERSION = '0.4.1'.freeze
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: binance
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Charles Ray Shisler III
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-07 00:00:00.000000000 Z
11
+ date: 2018-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler