5
Follow
5
Followers
使用下面的代码测试时没有获得需要的数据,但是因为acc的账户是有的,请问借贷的自己费率没有获得是为什么呢?
function main() {
var acc = exchange.GetAccount()
Log("acc:",acc)
// Active Funding Offers: https://docs.bitfinex.com/reference/rest-auth-funding-offers
var lendingRates = exchange.IO("api", "POST", "/v2/auth/r/funding/offers/Symbol")
Log("lendingRates:",lendingRates)
}
运行结果:

而我的目的就是想要访问funding的下的UST的当前费率是多少
请问有大佬是什么问题吗?
Related Recommendations
Inventor Quant Workflow FAQ (Continuously Updated)Financial Magic Zone Global KOL RecruitmentFAQ Summary (Updating...)PINE Language Introductory Tutorial of FMZ QuantPrimary Tutorial of Strategy Writing with FMZ Quant Trading Platform (Must Read)Getting Started with FMZ Quant Trading Platform (Must Read)
