Skip to main content

Rate Limits

Connection limit

ActionLimit
Connections10

When the connection limit is exceeded, login returns the following message:

Result {
is_success: False,
message: Login Error, 超過本應用程式連線限制==>[10]
data: None
}
ActionPer-second limit
Order placement50
Batch order placement10
Account queries5

When the rate limit is exceeded, the following message is returned:

Result {
is_success: False,
message: Login Error, 業務系統流量控管
data: None
}