Skip to content
Merged
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
2 changes: 2 additions & 0 deletions Trading/Exchange/okx/okx_exchange.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ class Okx(exchanges.RestExchange):
EXCHANGE_COMPLIANCY_ERRORS: typing.List[typing.Iterable[str]] = [
# OKX ex: Trading of this pair or contract is restricted due to local compliance requirements
("restricted", "compliance"),
# OKX ex: You can't trade this pair or borrow this crypto due to local compliance restrictions.
("restrictions", "compliance"),
]
# text content of errors due to unhandled authentication issues
EXCHANGE_AUTHENTICATION_ERRORS: typing.List[typing.Iterable[str]] = [
Expand Down