Skip to content

Commit e7044b3

Browse files
authored
Update php-binance-api.php
1 parent 6c562d3 commit e7044b3

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

php-binance-api.php

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,16 @@ public function exchangeInfo()
644644

645645
return $this->exchangeInfo;
646646
}
647-
647+
648+
/**
649+
* assetDetail - Fetch details of assets supported on Binance
650+
*
651+
* @link https://binance-docs.github.io/apidocs/spot/en/#asset-detail-user_data
652+
*
653+
* @property int $weight 1
654+
*
655+
* @return array containing the response
656+
*/
648657
public function assetDetail()
649658
{
650659
$params["sapi"] = true;

0 commit comments

Comments
 (0)