BTCTrader / broker-api-csharp-v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

invalided nonce

screenman06 opened this issue · comments

Api üzerinden erişimde nonce invalided hatası alıyorum
https://www.btcturk.com/api/balance ----- üzerinden nonce çalışırken
https://api.btcturk.com/api/v1/users/balances ------------------ nonce çalışmıyor

//var unixTimestamp = DateTime.UtcNow.Ticks; eskisi
var unixTimestamp = (DateTimeOffset.UtcNow.ToUnixTimeMilliseconds()); yenisi
sorun bu sekilde cozuldu.