8
Follow
1370
Followers
FCOINJP 거래소의 지원에 관한 테스트
-
스위치 베이스 주소
exchange.IO("base", "https://api.fcoinjp.com")FCOIN 거래소와 FCOINJP는 동일한 API 시스템을 사용하므로, 직접 기본 주소를 전환할 수 있다.
-
시험
function main(){ exchange.IO("base", "https://api.fcoinjp.com") var account = exchange.GetAccount() Log(account) var id = exchange.Sell(6, 0.5) Sleep(1000) Log(exchange.GetOrders(), "#FF0000") Sleep(1000) Log(exchange.GetAccount()) Sleep(10000) exchange.CancelOrder(id) Sleep(1000) Log(exchange.GetOrders()) Sleep(1000) Log(exchange.GetAccount()) } -
알아채다
# 需要使用最新托管者! # 需要使用最新托管者! # 测试是可以使用的,在初期使用时,需要注意,以防止 交易所突然修改 API 接口。
Related Recommendations
【Recruitment】Quantitative Strategy DevelopmentHow can i get the depth of the market when backtesting?ERR_INSUFFICIENT_ASSET from huobiMyLanguage DocumentHappy Halloween / Coupon-codes for everyone -- FMZ Quant TeamAdding exchanges on our setting listIntroducing Visual Programming on FMZ QuantLooking For PartnershipGreat news! Check out our platforms’ NEW features, the “Demands & Offers” page on our website.Our platform’s New design PC/MacOS local software client is released now!
Comment
All comments (0)
No data
- 1

