我正在使用 CCXT 版本 1.50.95。我想通过 fetch_balance() 调用' cmt_btcsusdt ',但它似乎不起作用。'cmt_btcsusdt' 用于模拟交易。我必须输入一些选项参数或我的脚本有问题?
import ccxt
client = ccxt.bitget({'apiKey' : 'xxx','secret' : 'xxx', 'password' : 'xxx', 'options':{
'defaultType':'swap'}})
client.fetch_balance()
结果是……
{'BCHUSD': {'free': 0.0, 'used': 0.0, 'total': 0.0},
'CMT_LINKUSDT': {'free': 0.0, 'used': 0.0, 'total': 0.0},
'CMT_XLMUSDT': {'free': 0.0, 'used': 0.0, 'total': 0.0},
'CMT_TRXUSDT': {'free': 0.0, 'used': 0.0, 'total': 0.0},
'CMT_ICPUSDT': {'free': 0.0, 'used': 0.0, 'total': 0.0},
'CMT_BCHUSDT': {'free': 0.0, 'used': 0.0, 'total': 0.0},
'CMT_BTCUSDT': {'free': 0.0, 'used': 0.0, 'total': 0.0},
'XRPUSD': {'free': 0.0, 'used': 0.0, 'total': 0.0},
'CMT_ATOMUSDT': {'free': 0.0, 'used': 0.0, 'total': 0.0},
'CMT_LTCUSDT': {'free': 0.0, 'used': 0.0, 'total': 0.0},
'CMT_EOSUSDT': {'free': 0.0, 'used': 0.0, 'total': 0.0},
'CMT_ZECUSDT': {'free': 0.0, 'used': 0.0, 'total': 0.0},
'CMT_YFIUSDT': {'free': 0.0, 'used': 0.0, 'total': 0.0},
'CMT_ETHUSDT': {'free': 0.0, 'used': 0.0, 'total': 0.0},
'LTCUSD': {'free': 0.0, 'used': 0.0, 'total': 0.0},
'BTCUSD': {'free': 0.0, 'used': 0.0, 'total': 0.0},
'CMT_COMPUSDT': {'free': 0.0, 'used': 0.0, 'total': 0.0},
'CMT_FILUSDT': {'free': 0.0, 'used': 0.0, 'total': 0.0},
'CMT_UNIUSDT': {'free': 0.0, 'used': 0.0, 'total': 0.0},
'CMT_ALGOUSDT': {'free': 0.0, 'used': 0.0, 'total': 0.0},
'CMT_ADAUSDT': {'free': 0.0, 'used': 0.0, 'total': 0.0},
'ETHUSD': {'free': 0.0, 'used': 0.0, 'total': 0.0},
'CMT_AAVEUSDT': {'free': 0.0, 'used': 0.0, 'total': 0.0},
'CMT_XTZUSDT': {'free': 0.0, 'used': 0.0, 'total': 0.0},
'CMT_SUSHIUSDT': {'free': 0.0, 'used': 0.0, 'total': 0.0},
'CMT_XRPUSDT': {'free': 0.0, 'used': 0.0, 'total': 0.0},
'CMT_ETCUSDT': {'free': 0.0, 'used': 0.0, 'total': 0.0},
'EOSUSD': {'free': 0.0, 'used': 0.0, 'total': 0.0},
'CMT_DOTUSDT': {'free': 0.0, 'used': 0.0, 'total': 0.0},
'CMT_DOGEUSDT': {'free': 0.0, 'used': 0.0, 'total': 0.0},
没有“cmt_btcsusdt”。