get_account_rate_limit_last_update

@mount("ft4.get_account_rate_limit_last_update") query get_account_rate_limit_last_update(account_id: byte_array): (points: integer, last_update: integer)(source)

Retrieves rate limit information about the specified account id. More specifically, the current number of points available and when this was last updated.

If it was a while ago since the account was accessed, the points returned might be outdated (as they might have regenerated in the meantime). The correct current number can be queried by combining the response of this query with that of get_config()

Parameters

account_id

the id of the account to fetch rate limit information about

See also

get_config

get_config