- [Watchpositions](./examples/php/) ```php 'YOUR_API_KEY', 'secret' => 'YOUR_API_SECRET', )); while (true) { $trades = Async\await($exchange->watch_positions()); var_dump($trades); } }) (); } Async\await(example()); ```