File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ interface Exchange {
2020 spotPrivateGetAccount ( params ?: { } ) : Promise < implicitReturnType > ;
2121 spotPrivateGetMyTrades ( params ?: { } ) : Promise < implicitReturnType > ;
2222 spotPrivateGetTradeFee ( params ?: { } ) : Promise < implicitReturnType > ;
23+ spotPrivateGetUid ( params ?: { } ) : Promise < implicitReturnType > ;
2324 spotPrivateGetSubAccountList ( params ?: { } ) : Promise < implicitReturnType > ;
2425 spotPrivateGetSubAccountApiKey ( params ?: { } ) : Promise < implicitReturnType > ;
2526 spotPrivateGetCapitalConfigGetall ( params ?: { } ) : Promise < implicitReturnType > ;
Original file line number Diff line number Diff line change @@ -196,6 +196,7 @@ export default class mexc extends Exchange {
196196 'account' : 10 ,
197197 'myTrades' : 10 ,
198198 'tradeFee' : 10 ,
199+ 'uid' : 1 ,
199200 'sub-account/list' : 1 ,
200201 'sub-account/apiKey' : 1 ,
201202 'capital/config/getall' : 10 ,
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ interface Exchange {
2828 spotPrivateGetAccount ( params ?: { } ) : Promise < implicitReturnType > ;
2929 spotPrivateGetMyTrades ( params ?: { } ) : Promise < implicitReturnType > ;
3030 spotPrivateGetTradeFee ( params ?: { } ) : Promise < implicitReturnType > ;
31+ spotPrivateGetUid ( params ?: { } ) : Promise < implicitReturnType > ;
3132 spotPrivateGetSubAccountList ( params ?: { } ) : Promise < implicitReturnType > ;
3233 spotPrivateGetSubAccountApiKey ( params ?: { } ) : Promise < implicitReturnType > ;
3334 spotPrivateGetCapitalConfigGetall ( params ?: { } ) : Promise < implicitReturnType > ;
Original file line number Diff line number Diff line change @@ -195,6 +195,7 @@ export default class mexc extends Exchange {
195195 'account' : 10 ,
196196 'myTrades' : 10 ,
197197 'tradeFee' : 10 ,
198+ 'uid' : 1 ,
198199 'sub-account/list' : 1 ,
199200 'sub-account/apiKey' : 1 ,
200201 'capital/config/getall' : 10 ,
You can’t perform that action at this time.
0 commit comments