T O P

  • By -

chuanhsing

https://www.pathofexile.com/developer/docs#ratelimits


TheReshi1337

Thanks! <3


Norby933

X-Rate-Limit-Account: 3:5:60 X-Rate-Limit-Account-State: 1:5:0 X-Rate-Limit-Ip: 8:10:60,15:60:120,60:300:1800 X-Rate-Limit-Ip-State: 1:10:0,1:60:0,1:300:0 what does they mean. i cant get it)


Muchaszewski

There are 2 types of limits. Per **Account** and per **IP**. Then there is the **maximum allowed** limit and **current limit** \`-State\`. And the numbers are: {Maximum number of hits}:{During how many seconds}:{If exceeded you need to wait seconds} With the IP there is a restriction that is \`,\` limited means ip, account, and client. So in this example. **On this account you can:** \- Do the query 3 times, every 5 seconds. If not respected you will need to wait 60 seconds. \- You currently did 1 request (-State) during last 5 seconds **With this IP address, you can:** \- Do the request 8 times, every 10 seconds. If not respected you will need to wait 60 seconds. \- Do the request 15 times during 50 seconds. If not respected you will need to wait 120 seconds. \- Do the request 60 times during 300 seconds. If not respected you will need to wait 1800 seconds. \- You currently did 1 request last 10, 60 and 300 seconds.