lomacks / bittrex-order-refresh

Periodically refresh Bittrex orders to avoid 28 day order cancellation policy
20 stars 5 forks source link

Heavily throttle API usage #6

Open lomacks opened 6 years ago

lomacks commented 6 years ago

It may be necessary to throttle API calls to a max of 30 per minute as a safety precaution against Bittrex account flagging, despite the script already operating within published API terms of service.

(Further detail available on request, but I won't post it here for privacy reasons.)

This will be added as a priority.

lomacks commented 6 years ago

Temporary workaround added in b2dbbaa38680064e5b7bce45241bf92dcb6ec0ab. See if this can be addressed better in future next time I am able to work on this tool.