itsjafer / schwab-api

A python library for placing trades on Charles Schwab
MIT License
213 stars 66 forks source link

Wonder where is the document of the schwab api #71

Open jack-chen1688 opened 1 month ago

jack-chen1688 commented 1 month ago

I am very curious about the implementation of the project. Where are those api documented? Or is it is based on hacking using some software like wireshark?

4rumprom commented 1 month ago

Hi Jack, "Neither of these APIs are documented and were largely just reverse engineering through sniffing network requests in the UI." You can use a tool like Inspect from Chrome. At least that's what I use...

jack-chen1688 commented 1 month ago

Thank you 4rumprom