Skip to content
New issue

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

HitBTC Rate Limit can be increased #457

Closed
GonzoKK opened this issue Oct 2, 2019 · 0 comments · Fixed by #458
Closed

HitBTC Rate Limit can be increased #457

GonzoKK opened this issue Oct 2, 2019 · 0 comments · Fixed by #458

Comments

@GonzoKK
Copy link

GonzoKK commented Oct 2, 2019

https://api.hitbtc.com/
image

image

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

vslee added a commit to vslee/ExchangeSharp that referenced this issue Oct 2, 2019
jjxtra pushed a commit that referenced this issue Oct 2, 2019
vslee added a commit that referenced this issue Oct 2, 2019
- closes #457

(cherry picked from commit 4f9fd19)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant