Skip to content

Commit de0f766

Browse files
author
Jon Eyrick
authored
add assetDetail by afsharsafavi
1 parent dce5b66 commit de0f766

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

php-binance-api.php

+5
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,11 @@ public function exchangeInfo()
504504
{
505505
return $this->httpRequest("v1/exchangeInfo");
506506
}
507+
508+
public function assetDetail() {
509+
$params["wapi"] = true;
510+
return $this -> httpRequest("v3/assetDetail.html", 'GET', $params, true);
511+
}
507512

508513
/**
509514
* withdraw requests a asset be withdrawn from binance to another wallet

0 commit comments

Comments
 (0)