Skip to content

HitBTC Rate Limit can be increased #457

Closed
@GonzoKK

Description

@GonzoKK

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions