This commit is contained in:
peepopoggers
2021-02-02 11:51:59 +00:00
parent e6f21e9956
commit 80c37cf364

View File

@@ -77,12 +77,12 @@ 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);
} }
getIndexPriceKline(params: { getIndexPriceKline(params: {
symbol: string; symbol: string;
interval: string; interval: string;