coinfloor / API

All you need to know about the APIs for Coinfloor's Trade Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

limits docs

npomfret opened this issue · comments

The limits docs have the following for open orders queries:

Open orders | 1,000 per user

1000 per user? Surely there's a time period missing here?

This limit is not a rate over time. This is the maximum number of open orders that a user may have concurrently. This limit is in place to prevent users from overloading the order books with huge numbers of small orders.

Thanks!