-
Is there a way to get my own transactions? Or, is there a way to get my user id so that I can get my transactions? |
Beta Was this translation helpful? Give feedback.
Answered by
mmohades
Nov 2, 2021
Replies: 1 comment
-
Yes |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mmohades
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes
client.my_profile()
would return your own User object.https://github.com/mmohades/Venmo/blob/master/venmo_api/venmo.py#L19
You may then get your id to get your transactions.