Shared ApiKeyInfo
This commit is contained in:
@@ -367,10 +367,6 @@ export class InverseClient extends SharedEndpoints {
|
|||||||
return this.requestWrapper.get('v2/private/funding/predicted-funding', params);
|
return this.requestWrapper.get('v2/private/funding/predicted-funding', params);
|
||||||
}
|
}
|
||||||
|
|
||||||
getApiKeyInfo(): GenericAPIResponse {
|
|
||||||
return this.requestWrapper.get('v2/private/account/api-key');
|
|
||||||
}
|
|
||||||
|
|
||||||
getLcpInfo(params: {
|
getLcpInfo(params: {
|
||||||
symbol: string;
|
symbol: string;
|
||||||
}): GenericAPIResponse {
|
}): GenericAPIResponse {
|
||||||
|
|||||||
Reference in New Issue
Block a user