Co-authored-by: Tiago <tiagosiebler@users.noreply.github.com>
This commit is contained in:
CryptoCompiler
2021-01-29 14:10:08 +00:00
committed by GitHub
parent fb16feac75
commit eb21785adc

View File

@@ -81,7 +81,7 @@ export class InverseClient extends SharedEndpoints {
return this.requestWrapper.get('v2/public/index-price-kline', params);
}
getPremiumIndexKline(params: {
getPremiumIndexKline(params: {
symbol: string;
interval: string;
from: number;