We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aecc0bc commit 43216ddCopy full SHA for 43216dd
Trading/Exchange/okx/okx_exchange.py
@@ -99,6 +99,8 @@ class Okx(exchanges.RestExchange):
99
EXCHANGE_COMPLIANCY_ERRORS: typing.List[typing.Iterable[str]] = [
100
# OKX ex: Trading of this pair or contract is restricted due to local compliance requirements
101
("restricted", "compliance"),
102
+ # OKX ex: You can't trade this pair or borrow this crypto due to local compliance restrictions.
103
+ ("restrictions", "compliance"),
104
]
105
# text content of errors due to unhandled authentication issues
106
EXCHANGE_AUTHENTICATION_ERRORS: typing.List[typing.Iterable[str]] = [
0 commit comments