質問編集履歴
1
個人情報のApi Keyが載っていた為マスクいたしました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -19,8 +19,8 @@
|
|
19
19
|
ソースコード(test.js):
|
20
20
|
var request = require('request');
|
21
21
|
var crypto = require('crypto');
|
22
|
-
const ApiKey = '
|
22
|
+
const ApiKey = 'xxxxxxx';
|
23
|
-
const ApiSecret = '
|
23
|
+
const ApiSecret = 'xxxxxxx';
|
24
24
|
const API_VERSION = '/v1/';
|
25
25
|
const PRODUCT_CODE = 'FX_BTC_JPY';
|
26
26
|
const GET = 'GET';
|