Added getLatestInformation depreciated endpoint
This commit is contained in:
@@ -44,6 +44,15 @@ export class InverseClient extends SharedEndpoints {
|
|||||||
return this.requestWrapper.get('v2/public/kline/list', params);
|
return this.requestWrapper.get('v2/public/kline/list', params);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated use getTickers() instead
|
||||||
|
*/
|
||||||
|
getLatestInformation(params?: {
|
||||||
|
symbol?: string;
|
||||||
|
}): GenericAPIResponse {
|
||||||
|
return this.getTickers(params);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @deprecated use getTrades() instead
|
* @deprecated use getTrades() instead
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user