POST /trade/v1/auth/token HTTP/1.1 Host: api.nin.in Authorization: Bearer YOUR_SECRET_TOKEN Content-Type: application/json Accept: */* Content-Length: 38 { "api_key": "text", "api_secret": "text" }
Access token generated
{ "access_token": "text", "expires_in": 1 }