Skip to content

remove openbook endpoints #152

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 1 addition & 12 deletions bxsolana/examples/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from .request_utils import do_requests
from .transaction_request_utils import do_transaction_requests
from .stream_utils import do_stream
from .constants import (
PUBLIC_KEY,
Expand All @@ -8,21 +7,11 @@
ORDER_ID,
MARKET,
)
from .order_utils import (
cancel_order,
cancel_all_orders,
replace_order_by_client_order_id,
)
from .order_lifecycle import order_lifecycle


__all__ = [
"do_requests",
"do_transaction_requests",
"do_stream",
"cancel_all_orders",
"cancel_order",
"replace_order_by_client_order_id",
"order_lifecycle",
"PUBLIC_KEY",
"USDC_WALLET",
"OPEN_ORDERS",
Expand Down
97 changes: 0 additions & 97 deletions bxsolana/examples/order_lifecycle.py

This file was deleted.

Loading