Skip to content

Commit

Permalink
Increase inner limit for bfx api trades/symbol/hist endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ZIMkaRU committed Apr 10, 2024
1 parent e8b819d commit 6f6673a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workers/loc.api/helpers/limit-param.helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const getMethodLimit = (sendLimit, method, methodsLimits = {}) => {
trades: { default: 500, max: 1000, innerMax: 2500 },
orderTrades: { default: 500, max: 1000, innerMax: 1000 },
fundingTrades: { default: 500, max: 1000, innerMax: 1000 },
publicTrades: { default: 500, max: 5000, innerMax: 5000 },
publicTrades: { default: 500, max: 5000, innerMax: 10000 },
orders: { default: 250, max: 500, innerMax: 2500 },
movements: { default: 25, max: 25, innerMax: 1000 },
fundingOfferHistory: { default: 100, max: 500, innerMax: 500 },
Expand Down

0 comments on commit 6f6673a

Please sign in to comment.