v3.3.1: fix(#199) wrong endpoint for contract.getOpenInterestLimitInfo
This commit is contained in:
@@ -293,7 +293,7 @@ export class ContractClient extends BaseRestClient {
|
||||
|
||||
/** Get the information of open interest limit. */
|
||||
getOpenInterestLimitInfo(symbol: string): Promise<APIResponseV3<any>> {
|
||||
return this.getPrivate('/contract/v3/private/position/closed-pnl', {
|
||||
return this.getPrivate('/contract/v3/private/position/limit-info', {
|
||||
symbol,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user