Trade
Authentication
Many operations require authentication or return additional information if you are authenticated.
Login
POST /auth/login
Response:
{
"status": "LOGIN",
"token": "1b030011-5b6b-4d12-8561-e79744812b21",
"firstname": "Firstname",
"lastname": "Lastname",
"email": "yourself@mail.com",
"emailverified": false,
"kycverified": false,
"twofaenabled": false,
"referralcode": "123789"
}
Parameters:
| Name | Type |
|---|---|
| STRING | |
| password | STRING |
| captcha | STRING |