Skip to content

GetUser

Pavel Kuzmin edited this page Feb 6, 2023 · 7 revisions

[<< go back]

Methods

from onlinesimru import UserService

client = UserService('YOUR_TOKEN')
user = client.user()

Example

from onlinesimru import UserService

def main():
    client = UserService('YOUR_TOKEN')
    user = client.user()
    print(user)

main()

balance [docs ru] [docs en]

Get user balance and income


profile

Get User profile

Clone this wiki locally