Skip to content

Is there a limit on the amount of times you can sign in? #24

Answered by mmohades
tdunnigan asked this question in Q&A
Discussion options

You must be logged in to vote

Hey Tommy,

From my experience, there's a ~120 request rate limit for all the endpoints together. After an hour, you'll able to make requests again. However, if this keeps happening, like let's say for a day, Venmo might block your account/IP address. I'm not sure what would be the next step to resolve it.
I'd suggest trying to minimize your request. For example, you only need to sign in once. Once you get your access token, you can use it until you revoke it manually using client.log_out('token goes here')
I believe there's also the error code 429 that is related to reaching the rate limit.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by mmohades
Comment options

You must be logged in to vote
1 reply
@mmohades
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #24 on December 24, 2020 01:14.