eve-echoes-tools
eve-echoes-tools copied to clipboard
API endpoints
Hoping to start a discussion around understanding some of the API endpoints that can be found in the data dump. Specifically:
- https://unisdk.update.easebar.com/
- https://optsdk.gameyw.netease.com/
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.
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).
That would be consistent with the packets I'm seeing during login/character selection.