Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaini528 committed Aug 20, 2021
2 parents 39544a7 + 2b9cdef commit 9cce9e2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/Api/Linear/Account.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@

class Account extends Request
{
/**
*POST linear-swap-api/v1/swap_balance_valuation
* */
public function postAccountValuation(array $data=[]){
$this->type='POST';
$this->path='/linear-swap-api/v1/swap_balance_valuation';

$this->data=$data;
return $this->exec();
}

/**
*POST linear-swap-api/v1/swap_account_info
* */
Expand Down

0 comments on commit 9cce9e2

Please sign in to comment.