getAutoRefreshProxyRateLimit()
Returns the current auto-refresh rate limit.
getAutoRefreshProxyRateLimit()
Return Value
The current auto-refresh rate limit (number)
Example
// example
const r = sdk.getAutoRefreshProxyRateLimit();
console.log("r: ", r)
Last updated
Was this helpful?