Returns {"code":"00000","msg":"success","requestTime":1660145692300,"data":[]}
We currently have 4 Open Futures Order 1 being ETHUSDT_UMCBL
Also noticed bitget-php-sdk-api/src/api/mix/MixOrderApi.php is missing method for marginCoinCurrent
We also revised to try to capture GET /api/mix/v1/order/marginCoinCurrent
And that also returns {"code":"00000","msg":"success","requestTime":1660145692300,"data":[]}
Building from bitget-php-sdk-api GET /api/mix/v1/order/current
Requested: $this->mixOrderApi->current('ETHUSDT_UMCBL');
Returns {"code":"00000","msg":"success","requestTime":1660145692300,"data":[]} We currently have 4 Open Futures Order 1 being ETHUSDT_UMCBL
Also noticed bitget-php-sdk-api/src/api/mix/MixOrderApi.php is missing method for marginCoinCurrent
We also revised to try to capture GET /api/mix/v1/order/marginCoinCurrent And that also returns {"code":"00000","msg":"success","requestTime":1660145692300,"data":[]}