質問編集履歴

1

挨拶

2018/04/30 07:43

投稿

yamapoyo
yamapoyo

スコア7

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,8 @@
1
1
  質問内容
2
2
 
3
3
  ---
4
+
5
+ rubyの初心者です。
4
6
 
5
7
  BitbankのAPIで注文を行いたいのですが
6
8
 
@@ -30,7 +32,7 @@
30
32
 
31
33
  uri = URI.parse "https://api.bitbank.cc/v1/user/spot/order"
32
34
 
33
- nonce = Time.now.to_i.to_s + format('%06d', Time.now.usec)
35
+ nonce = Time.now.to_i.to_s
34
36
 
35
37
 
36
38