cURL
curl --request GET \ --url https://api.coinfer.ai/base/access_token \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "data": { "access_token": "<string>" } }
Get access token.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
"ok"
Show child attributes