1
Follow
1
Followers
예를 들어, ETH_USDT 계약은 3864.41USDT의 최신 가격입니다. 현재 ETH를 구입하는 가장 낮은 가격은 386.44USDT입니다.
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)
Comment
All comments (2)
python
markets = exchange.GetMarkets()
currency = exchange.GetCurrency()
ct = "swap"
key = currency + "." + ct
Log(key, ":", markets[key]['PricePrecision'])
2 years ago
- 1

