Last updated 3 months ago
This endpoint retrieves the current balance information of the authenticated user. The request requires a Bearer token in the header for authentication.
/user/balance
curl -L \ --url 'https://cortecs.ai/api/v1/user/balance' \ --header 'Authorization: Bearer JWT'
{ "current_balance": 1234.56, "currency": "EUR" }