Skip to content

Commit

Permalink
Merge remote-tracking branch 'huobi/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaini528 committed Sep 3, 2021
2 parents f020b67 + 92e820f commit 705ac38
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Api/Linear/Market.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,16 @@ public function getFundingRate(array $data=[]){
return $this->exec();
}

/**
*GET linear-swap-api/v1/swap_batch_funding_rate
* */
public function getBatchFundingRate(array $data=[]){
$this->type='GET';
$this->path='/linear-swap-api/v1/swap_batch_funding_rate';
$this->data=$data;
return $this->exec();
}

/**
*GET linear-swap-api/v1/swap_historical_funding_rate
* */
Expand Down

0 comments on commit 705ac38

Please sign in to comment.