Skip to content

GetUser

s00d edited this page Aug 6, 2020 · 7 revisions

[<< go back]

Methods

from onlinesimru import GetUser

Example

from onlinesimru import GetUser
import asyncio

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

main()

balance [docs ru] [docs en]

Get user balance and income


profile

Get User profile

Clone this wiki locally