Skip to content

Commit

Permalink
bitmex
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Oct 29, 2018
1 parent b4d841f commit d1b61ef
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
bitmex
##初始化

test
一个查询订单的初始化
```php
$order=new \Lin\Bitmex\Api\Order($key, $secret);
$order->test();

$rlt=$order->get([
'symbol'=>'ADAZ18',
]);

print_r($a);
```
$order->test();
初始化该方法是请求测试服务器,正式部署注释掉该方法

0 comments on commit d1b61ef

Please sign in to comment.