Skip to main content

Rate Limit

Key takeaways
  • This page lists connection and order rate limits for the Fubon Neo API.
  • Connection limit is 10; order and query limits are per second.
  • Exceeding limits returns error messages shown below.
ItemLimit
Connections10
Orders50 / sec
Batch orders10 / sec
Account queries5 / sec

Connection Limit

BehaviorUpper Limit
Connection10

When the connection exceeds the limit, you will receive the following message during login:

Result {
is_success: False,
message: Login Error, 超過本應用程式連線限制==>[10]
data: None
}
BehaviorUpper Limit per Second
Order50
Batch Order10
Query Accounting5

When the limit for the number of times is exceeded, you will receive the following message:

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