Hello,
There is a json string in the market_price.py example:
login_json = {
'ID': 1,
'Domain': 'Login',
'Key': {
'Name': '',
'Elements': {
'ApplicationId': '256',
'Position': '127.0.0.1'
}
}
}
What should I type in the "name" field?
Also in the Global Default Variables section, there is a "user" variable, what should I type in there?
The Machine ID, AppKey, user, userID, name etc. are very confusing. I don't know which is which because in the websocket/API example, the variable name is never the same as what I see in the welcome email/ App generator page. Is "user" my normal login user email or the machine ID or the AppKey or something else for example. Please help.