Type/to search
0
Follow
0
Followers
Comment obtenir les informations d'un autre compte via apikey et secretkey ?
Help
Created 2023-05-14 17:24:13  
 1
 1174

Après la création de l'échange, les informations de compte manquantes peuvent être obtenues dans le débogage en utilisant le code suivant:
var apikey = 'xxxx';
var secretKey = 'xxxx'
// Configurer une clé API et un secret
exchange.SetAPIKey(apiKey);
exchange.SetAPISecret(secretKey);

// Obtenir des informations sur le compte
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)