HypixelDev / PublicAPI

Official Java implementation of the Hypixel Public API.
https://api.hypixel.net
MIT License
535 stars 151 forks source link

[SkyBlock Profiles] Missing banking information for solo profiles #592

Closed Altpapier closed 1 year ago

Altpapier commented 1 year ago

After the migration of profiles, we have noticed that there is no way to retrieve banking information for solo profiles anymore. I have tested this on a secondary profile for myself and it shows a banking balance of zero with no recent transactions (with enabled banking API). Maybe solo profiles have their banking information in the personal bank that is not profile bound. Personal bank used to be in the API for every profile member but was removed after my issue https://github.com/HypixelDev/PublicAPI/issues/544.

It would be nice if we could get a way to retrieve that information again and be able to accurately calculate a player's net worth again. Thanks!