eve-echoes-tools icon indicating copy to clipboard operation
eve-echoes-tools copied to clipboard

API endpoints

Open jmgilman opened this issue 4 years ago • 2 comments

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.

jmgilman avatar Oct 14 '20 01:10 jmgilman

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).

xforce avatar Oct 14 '20 11:10 xforce

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

jmgilman avatar Oct 14 '20 16:10 jmgilman