Rex Fan
Rex Fan
OKExchange is already at[ api v5 version](https://www.okx.com/docs-v5/en/#overview), at the same time, ccxt.net is at V1 version. When can users expect the OKExchange API v5 support? 
"satisfying service." compound score: 0.4588 "No one shows up." compound score: -0.296 "Not bad" compound score: -0.5423 "Not bad" should be neutral or good, but treated as negative.  After the click of the "PostAccessToken", the system login in. The question is how to renew the token to keep login after the token's expiration.
Flurl.Http.FlurlHttpException: Call failed with status code 500 (Cannot find server.): GET https://fc.yahoo.com  Code ``` [TestMethod] public async Task GetDailyData_Should_Work() { // 设置时间范围(过去1年) var toDate = DateTime.UtcNow; var fromDate =...
How to Get List of Available Symbols?
1 Added the project title 2 Added the function interfaces for RequestOpenOrders() and GetCompleteOrdersAsync() 3 Changed PlaceOrder() to Async()
How to implement the below function points? 1 List GetOpeningOrders(string symbol, startDt, endDt = DateTime.Now) 2 Order CancelOrder(int orderId), GetCanceledOrders() 3 List GetCompletedOrders(startDt, endDt = DateTime.Now) 4 List GetSymbols(int number...