Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API endpoints #9

Open
jmgilman opened this issue Oct 14, 2020 · 2 comments
Open

API endpoints #9

jmgilman opened this issue Oct 14, 2020 · 2 comments

Comments

@jmgilman
Copy link

Hoping to start a discussion around understanding some of the API endpoints that can be found in the data dump. Specifically:

Has anyone had any success reverse engineering these endpoints for useful information? I've been running some proxies for monitoring game traffic and have really only seen a few calls to some of these endpoints while the game loads but nothing that provides any immediate useful data (i.e. market data). The references to the APIs in the dumped Python code seem to be incomplete. For example, I see references to an envsdk module which seems to use the ENV_SDK_HOST endpoint but the code for it is missing in the dump.

Would be interested in seeing what others have found.

@xforce
Copy link
Owner

xforce commented Oct 14, 2020

Those endpoints are not used for in-game data.
They are part of the Account backend. With some supporting code in native code (non python stuff).

@jmgilman
Copy link
Author

That would be consistent with the packets I'm seeing during login/character selection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants