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.
| Item | Limit |
|---|---|
| Connections | 10 |
| Orders | 50 / sec |
| Batch orders | 10 / sec |
| Account queries | 5 / sec |
Connection Limit
| Behavior | Upper Limit |
|---|---|
| Connection | 10 |
When the connection exceeds the limit, you will receive the following message during login:
Result {
is_success: False,
message: Login Error, 超過本應用程式連線限制==>[10]
data: None
}
| Behavior | Upper Limit per Second |
|---|---|
| Order | 50 |
| Batch Order | 10 |
| Query Accounting | 5 |
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
}