burakoner / OKEx.Net

Open source .Net API wrapper for the @OKEx V5 Rest API and V5 Websocket API
MIT License
86 stars 48 forks source link

OKX api doesnt respond account balance anymore #102

Closed forReason closed 6 months ago

forReason commented 6 months ago

I dont know if the issue is on okx side. I cannot pull the accout balance anymore. All fields are null, except for total equity, which is 0.000000000638

I checked the raw response which is the same, So I do not think it is a serialisation issue

{\"code\":\"0\",\"data\":[{\"adjEq\":\"\",\"borrowFroz\":\"\",\"details\":[],\"imr\":\"\",\"isoEq\":\"\",\"mgnRatio\":\"\",\"mmr\":\"\",\"notionalUsd\":\"\",\"ordFroz\":\"\",\"totalEq\":\"0.00000000638\",\"uTime\":\"1709155590789\",\"upl\":\"\"}],\"msg\":\"\"}"