Skip to content

GetUser

Pavel Kuzmin edited this page Aug 5, 2020 · 7 revisions

[<< go back]

Methods

from onlinesimru import GetUser

Example

from onlinesimru import GetUser
import asyncio

async def main():
    client = GetUser('YOUR_TOKEN')
    balance = await client.balance()
    print(balance)

asyncio.get_event_loop().run_until_complete(main())

balance [docs ru] [docs en]

Get user balance and income


profile

Get User profile

Clone this wiki locally