Skip to content

Commit

Permalink
Merge pull request #7 from mrhorse/master
Browse files Browse the repository at this point in the history
Add index price kline call.
  • Loading branch information
zhouaini528 authored Feb 23, 2022
2 parents 807d27a + c2d3c5c commit 32fa345
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Api/Linear/Publics.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,16 @@ public function getFundingPrevRate(array $data=[]){
return $this->exec();
}

/*
*GET /public/linear/index-price-kline
* */
public function getIndexPriceKline(array $data=[]){
$this->type='GET';
$this->path='/public/linear/index-price-kline';
$this->data=$data;
return $this->exec();
}

/*
*GET /public/linear/mark-price-kline
* */
Expand Down

0 comments on commit 32fa345

Please sign in to comment.