Coinbase API BTC 账户丢失

时间:2021-05-01 05:12:54

标签: node.js api cryptography bitcoin coinbase-api

感谢您的帮助。 在使用coinbase API的过程中,当我调用
client.getAccounts({}, function(error, accounts){
console.log('accounts', accounts) })
我注意到许多账户,包括以太坊、莱特币,但没有比特币 (BTC) 有人可以帮忙找出原因吗? 非常感谢!

1 个答案:

答案 0 :(得分:1)

由于某种原因,比特币不在返回的主账户中。您可以使用此调用获取特定帐户。

btcAccount = client.get_account('BTC')