General Limits
| ID | Limit | Description |
|---|---|---|
| new_post | 100/d | Maximum successful requests to /newPost per day each strategy. |
| like | 100/d | Maximum successful requests to /like per day. |
| max_sessions | 100 | Maximum number of sessions. Drops oldest session once limit is reached. |
| max_api_tokens | 50 | Maximum number of API tokens you can create. |
| max_open_orders | 100 | Maximum number of open orders per strategy. |
| min_withdraw_amount | 1,000 ($10) | Minimum USD withdrawal amount. |
Standard Account Limits
| ID | Limit | Description |
|---|---|---|
| new_order | 50/d | Maximum successful requests to /newOrder per day each strategy. |
| max_strategies | 5 | Maximum number of strategies you can create. |
| max_subscriptions | 10 | Maximum number of subscriptions you can have. |
| max_bots | 0 | Maximum number of bots you can have. |
| api_token_expiration | 1,000 | Years until API tokens expire. |
Pro Account Limits
| ID | Limit | Description |
|---|---|---|
| new_order | 500/d | Maximum successful requests to /newOrder per day each strategy. |
| max_strategies | 50 | Maximum number of strategies you can create. |
| max_subscriptions | 100 | Maximum number of subscriptions you can have. |
| max_bots | 2 | Maximum number of bots you can have. |
| api_token_expiration | 1,000 | Years until API tokens expire. |
Premium Account Limits
| ID | Limit | Description |
|---|---|---|
| new_order | 5,000/d | Maximum successful requests to /newOrder per day each strategy. |
| max_strategies | 500 | Maximum number of strategies you can create. |
| max_subscriptions | 1,000 | Maximum number of subscriptions you can have. |
| max_bots | 4 | Maximum number of bots you can have. |
| api_token_expiration | 1,000 | Years until API tokens expire. |