Authentication using signature is required to create and cancel orders, deposit and withdraw
Method: "session.login"
Params
{
account: string,
message: string,
timestamp: uint64, // milliseconds
signature: string`
}
Result
"OK"
For more information over how to generate the signature view here