Withdraw API Limit

Hello, what is the current limit for withdraw API right now? such as POST withdraw, GET withdraw history, GET All Coin information. The 2021-09-17 change log contain information about /api/* and /sapi/* limit introduction which mention the following:

Endpoints related to /sapi/*:

  • Endpoints are marked according to IP or UID limit and their corresponding weight value.
  • Each endpoint with IP limits has an independent 12,000 per minute limit.
  • Each endpoint with UID limits has an independent 180,000 per minute limit.
  • Responses from endpoints with IP limits contain the header X-SAPI-USED-IP-WEIGHT-1M, defining the weight used by the current IP.
  • Responses from endpoints with UID limits contain the header X-SAPI-USED-UID-WEIGHT-1M, defining the weight used by the current UID.

While the Limit from api/v3/exchangeInfo still shows the previous limit which is 1200 per minute for REQUEST_WEIGHT.

Hope to get clear answer. Thanks in advance!

The limit from api/v3/exchangeInfo defines the limit for /api/* endpoints only.

Hello, what is the current limit for withdraw API right now? such as POST withdraw, GET withdraw history, GET All Coin information.

These endpoints follow the /sapi/* limits described above.

Endpoints related to /sapi/*:

  • Endpoints are marked according to IP or UID limit and their corresponding weight value.
  • Each endpoint with IP limits has an independent 12,000 per minute limit.
  • Each endpoint with UID limits has an independent 180,000 per minute limit.
  • Responses from endpoints with IP limits contain the header X-SAPI-USED-IP-WEIGHT-1M, defining the weight used by the current IP.
  • Responses from endpoints with UID limits contain the header X-SAPI-USED-UID-WEIGHT-1M, defining the weight used by the current UID.

okay thanks, they just mentioned the limit few days ago so it cause me worry before about the 1200 limit per minute for withdraw related API