We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://api.hitbtc.com/
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
The text was updated successfully, but these errors were encountered:
HitBTC: set RateLimit
d9a6ab0
- closes DigitalRuby#457
HitBTC: set RateLimit (#458)
4f9fd19
- closes #457
ad0b6bb
- closes #457 (cherry picked from commit 4f9fd19)
Successfully merging a pull request may close this issue.
https://api.hitbtc.com/
*HitBTC has varying rate limits... I set it to the trading limit ie 100 per 1 second
The text was updated successfully, but these errors were encountered: