BitgetLimited / v3-bitget-api-sdk

159 stars 161 forks source link

Issue with Open Orders #17

Open caga3 opened 2 years ago

caga3 commented 2 years ago

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":[]}

Byeong2 commented 1 year ago

@caga3 Solved? I still have same issue.