We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c562d3 commit e7044b3Copy full SHA for e7044b3
1 file changed
php-binance-api.php
@@ -644,7 +644,16 @@ public function exchangeInfo()
644
645
return $this->exchangeInfo;
646
}
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
+ */
657
public function assetDetail()
658
{
659
$params["sapi"] = true;
0 commit comments