cURL
curl --request POST \ --url https://api.coinfer.ai/base/login \ --header 'Content-Type: application/json' \ --data '{ "username": "<string>", "password": "<string>" }'
{ "status": "<string>", "data": { "tokens": [ "<string>" ] } }
Login in with user name and password.
On success, the return value of the API will be a token which can then be used as an identification to call other APIs.
OK
"ok"
Show child attributes