Limitation of subscribed SpotEvent

Created at 01 Dec 2021, 19:59
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
BU

budda_dan2020

Joined 10.09.2020

Limitation of subscribed SpotEvent
01 Dec 2021, 19:59


Hi,

I am developing an app with Open API.

I have doubt that all the subscribed spot events don't arrive to the app.

Is there any limitation of number of subscribed spotevent?

E.g. the app opens works with 4 accounts. Spot events for 70 symbols are subscribed. So I have 280 subscribed symbol spot events.

Can it work?

Kind regards


@budda_dan2020
Replies

amusleh
02 Dec 2021, 08:47

Hi,

There is no limit on number of symbols you can subscribe to, but the limits are on number of requests you can make per second and number of active connections your application has with API.

Please check here for API limitation: Protocol Buffers - Open API (spotware.github.io)


@amusleh