mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-11 09:18:08 +00:00
commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
- [Coinone Markets](./examples/php/)
|
||||
|
||||
|
||||
```php
|
||||
<?php
|
||||
|
||||
include './ccxt.php';
|
||||
|
||||
$exchange = new \ccxt\coinone(array(
|
||||
// 'verbose' => true, // uncomment for verbose output
|
||||
));
|
||||
|
||||
$markets = $exchange->load_markets();
|
||||
|
||||
var_dump($markets);
|
||||
echo "\n" . $exchange->name . " supports " . count($markets) . " pairs\n";
|
||||
|
||||
?>
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user