You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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":[]}
The text was updated successfully, but these errors were encountered:
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":[]}
The text was updated successfully, but these errors were encountered: