Hi there,
I’ve built a finance application and we’re seeing steady user growth. I wanted to check if there are any usage limits or rate limits I should be aware of on the Trading 212 API.
I’m migrating from client requests to poll from my server for each connected user during market hours (and only while markets are open). As more users connect, the number of requests will increase and they’ll originate from the same server/IP.
Is this approach acceptable on your side, and are there any recommended limits or best practices I should follow (e.g., per-user/per-IP limits, polling intervals, backoff, etc.)?
One more question: when fetching transaction history for purchases, the response doesn’t include merchant names. Is there any intention to add this in the future? If not, is it acceptable (under your terms) to enrich this data via a separate scraping process, or would you prefer another approach?
Regards,
Sefy