Skip to content

Commit dce5b66

Browse files
author
Jon Eyrick
authored
Example for assetDetail by afsharsafavi
2 parents 2cf70fe + 3451529 commit dce5b66

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

examples/asset.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
require '../php-binance-api.php';
3+
// @see home_directory_config.php
4+
// use config from ~/.confg/jaggedsoft/php-binance-api.json
5+
$api = new Binance\API();
6+
$asset = $api->assetDetail();
7+
print_r($asset);

0 commit comments

Comments
 (0)