We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e11713 commit 280c126Copy full SHA for 280c126
README.md
@@ -30,8 +30,8 @@ $ pipenv shell
30
$ pipenv install
31
32
# connecting to Injective Exchange API
33
-# and listening for new orders
34
-$ python examples/exchange_api_example/examples/example.py
+# and listening for new orders from one specific spot market
+$ python examples/exchange_api_example/examples/spot_exchange_rpc/8_StreamOrdersRequest.py
35
36
# sending a msg with bank transfer
37
# signs and posts a Tx to the Injective Chain
0 commit comments