Rate Limits
Connection limit
| Action | Limit |
|---|---|
| Connections | 10 |
When the connection limit is exceeded, login returns the following message:
Result {
is_success: False,
message: Login Error, 超過本應用程式連線限制==>[10]
data: None
}
| Action | Per-second limit |
|---|---|
| Order placement | 50 |
| Batch order placement | 10 |
| Account queries | 5 |
When the rate limit is exceeded, the following message is returned:
Result {
is_success: False,
message: Login Error, 業務系統流量控管
data: None
}