nightf0rc3 / trade-republic-api

Trade Republic Api wrapper
https://www.npmjs.com/package/trade-republic-api
MIT License
6 stars 3 forks source link

Getting information about the API resources #3

Open nclsndr opened 1 year ago

nclsndr commented 1 year ago

First of all, thanks for the great work @nightf0rc3 🙌 I'm interested in using (and probably contributing) to this lib, but wondering how/where do you find information for the API topics you listed into TradeRepublicMessageType?

nightf0rc3 commented 1 year ago

Hi @nclsndr, glad to see that someone is interested in this. Getting information about this unofficial API is the tricky part. I mostly looked at the official webapp at https://app.traderepublic.com and reverse engineered the API request format including the topic names. Until there is an official, documented API from TradeRepublic, this is most likely the only option we have to get more information on the topics.