comments
This commit is contained in:
@@ -77,7 +77,7 @@ export class LinearClient extends SharedEndpoints {
|
|||||||
getMarkPriceKline(params: {
|
getMarkPriceKline(params: {
|
||||||
symbol: string;
|
symbol: string;
|
||||||
interval: string;
|
interval: string;
|
||||||
from: number;
|
from: number;
|
||||||
limit?: number;
|
limit?: number;
|
||||||
}): GenericAPIResponse {
|
}): GenericAPIResponse {
|
||||||
return this.requestWrapper.get('public/linear/mark-price-kline', params);
|
return this.requestWrapper.get('public/linear/mark-price-kline', params);
|
||||||
|
|||||||
Reference in New Issue
Block a user