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)
}
操作結果:
"大<unk>が問題なの?"と尋ねると
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)

