Bitcoin Forum

Local => Altcoins (Deutsch) => Topic started by: kalkulatorix on May 10, 2017, 08:20:41 AM



Title: Poloniex API Limit
Post by: kalkulatorix on May 10, 2017, 08:20:41 AM
Hallo Poloniex API User,

in der API Doku vom Poloniex steht, was die Anzahl der erlaubten Calls angeht:

Please note that making more than 6 calls per second to the public API, or repeatedly and needlessly fetching excessive amounts of data, can result in your IP being banned.

und:

Please note that there is a default limit of 6 calls per second. If you require more than this, please consider optimizing your application using the push API, the "moveOrder" command, or the "all" parameter where appropriate. If this is still insufficient, please contact support to discuss a limit raise.

Ich vermute, dass wegen dem massiven Anstieg der User und Umsatz in der letzten Zeit, dass das Limit herabgesetzt wurde. Wer immer wieder die Fehlermeldung "Too many Calls" bekommt, und das Limit im Trading Bot einstellen kann, ich habe bei meinem Bot das Limit auf 1 Call / Sekunde heruntergesetzt, und die Fehlerrate im API ist jetzt wieder auf das Übliche gesunken.

Die Fehlermeldung "Too many Calls" ist gemein, die Orders sind dann oft trotzdem im Markt, wenn man eine nicht sehr intelligente Fehlerbehandlung hat, die bei Fehlern einfach später nochmals probiert, sind die Orders mehrfach im Markt...