活期 质押借币 接口访问 返回 {“code”:-9000,“msg”:“An unknown error occurred while processing the request.”}
params = {
'loanCoin': 'DOGE', # 要借的币种
'collateralCoin': 'USDT', # 质押币种
'loanAmount': 20.0
}
resultInfo = exchange.sapiPostLoanFlexibleBorrow(params)
可能的问题 是 什么 呢?