Hi, there, /sapi/tradeFlow endpoint should spent 100 (IP) limits, also by docs it’s said the same - 100 (IP) limits. But when I am trying to fetch some data from this endpoint, in response I received - 3000 (IP) limits spent.
GET /sapi/v1/convert/tradeFlow: Update weight from 3000 to 100.
Whether or not the document or actual limit is incorrect, the endpoint is currently costing 3000 out of a per-minute allowance of 12000, which means there’s an effective limit of 4 reqs/min. Given that the query is limited to 1 month of data at a time, this makes this endpoint incredibly difficult to query historical data. Please strongly consider applying the limit of 100 to the endpoint if that’s not already in the works.
@dino thanks, but if you check this discussion, this endpoint spent 100 IP in previous release, why it’s changed so huge, are you sure that it’s not a bug?