Type/to search
0
Follow
0
Followers
apikey と secretkey を使用して別のアカウントの情報を取得するにはどうすればいいですか?
Help
Created 2023-05-14 17:24:13  
 1
 1174

エクスチェンジが作成された後,デビューツールで以下のコードでアカウント情報を取得できます.
var apikey = 'xxxx';
var secretKey = 'xxxx'
API KeyとSecretを設定する
exchange.SetAPIKey(apiKey);
exchange.SetAPISecret(secretKey);

アカウント情報を取得する
var acc = exchange.GetAccount();

Related Recommendations
Comment
All comments (1)

    这是文档,https://www.fmz.com/api 没有这两个方法。需要添加到交易所

    3 years ago
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)