diff --git a/examples/rest/auth/claim_position.py b/examples/rest/auth/claim_position.py index 53dfdb7..8243600 100644 --- a/examples/rest/auth/claim_position.py +++ b/examples/rest/auth/claim_position.py @@ -1,4 +1,4 @@ -# python -c "import examples.rest.authenticated.claim_position" +# python -c "import examples.rest.auth.claim_position" import os diff --git a/examples/rest/auth/get_wallets.py b/examples/rest/auth/get_wallets.py index effa431..b0c5aae 100644 --- a/examples/rest/auth/get_wallets.py +++ b/examples/rest/auth/get_wallets.py @@ -1,4 +1,4 @@ -# python -c "import examples.rest.authenticated.get_wallets" +# python -c "import examples.rest.auth.get_wallets" import os diff --git a/examples/rest/auth/set_derivative_position_collateral.py b/examples/rest/auth/set_derivative_position_collateral.py index 5097898..7365b83 100644 --- a/examples/rest/auth/set_derivative_position_collateral.py +++ b/examples/rest/auth/set_derivative_position_collateral.py @@ -1,4 +1,4 @@ -# python -c "import examples.rest.authenticated.set_derivatives_position_collateral" +# python -c "import examples.rest.auth.set_derivatives_position_collateral" import os diff --git a/examples/rest/auth/submit_funding_offer.py b/examples/rest/auth/submit_funding_offer.py index 2016fbe..2a29b27 100644 --- a/examples/rest/auth/submit_funding_offer.py +++ b/examples/rest/auth/submit_funding_offer.py @@ -1,4 +1,4 @@ -# python -c "import examples.rest.authenticated.submit_funding_offer" +# python -c "import examples.rest.auth.submit_funding_offer" import os diff --git a/examples/rest/auth/submit_order.py b/examples/rest/auth/submit_order.py index 4179ee9..8fc2830 100644 --- a/examples/rest/auth/submit_order.py +++ b/examples/rest/auth/submit_order.py @@ -1,4 +1,4 @@ -# python -c "import examples.rest.authenticated.submit_order" +# python -c "import examples.rest.auth.submit_order" import os diff --git a/examples/rest/auth/toggle_keep_funding.py b/examples/rest/auth/toggle_keep_funding.py index e1fbb78..8a1880d 100644 --- a/examples/rest/auth/toggle_keep_funding.py +++ b/examples/rest/auth/toggle_keep_funding.py @@ -1,4 +1,4 @@ -# python -c "import examples.rest.authenticated.toggle_keep_funding" +# python -c "import examples.rest.auth.toggle_keep_funding" import os diff --git a/examples/websocket/auth/submit_order.py b/examples/websocket/auth/submit_order.py index 4e5b8d6..0c2d03b 100644 --- a/examples/websocket/auth/submit_order.py +++ b/examples/websocket/auth/submit_order.py @@ -1,4 +1,4 @@ -# python -c "import examples.websocket.authenticated.submit_order" +# python -c "import examples.websocket.auth.submit_order" import os diff --git a/examples/websocket/auth/wallets.py b/examples/websocket/auth/wallets.py index 1773a3a..057ad29 100644 --- a/examples/websocket/auth/wallets.py +++ b/examples/websocket/auth/wallets.py @@ -1,4 +1,4 @@ -# python -c "import examples.websocket.authenticated.wallets" +# python -c "import examples.websocket.auth.wallets" import os