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

[<< go back]

Methods

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

Example

fromonlinesimruimportUserServicedefmain():
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