Closed
Description
public ExchangeHitBTCAPI()
{
//https://api.hitbtc.com/
RateLimit = new RateGate(100, TimeSpan.FromSeconds(1));
RequestContentType = "application/json";
NonceStyle = NonceStyle.UnixMillisecondsString;
MarketSymbolSeparator = string.Empty;
}
*HitBTC has varying rate limits... I set it to the trading limit ie 100 per 1 second
Metadata
Metadata
Assignees
Labels
No labels