Retrieves the total token balance, reserved tokens, and free tokens for the user associated with the provided Bearer token.
Security
BearerAuth
GET
curl -i -X GET \
https://api.open-atlas.com/_mock/openapi/users/check_tokens \
-H 'Authorization: Bearer <YOUR_JWT or vantage_live_ API key_HERE>'Response
{ "token_balance": 100, "reserved_tokens": 22, "free_tokens": 78 }