Last updated 2 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
Successfully retrieved user balance.
Unauthorized - Bearer token missing or invalid.
Internal server error.
curl -L \ --url 'https://cortecs.ai/api/v1/user/balance' \ --header 'Authorization: Bearer JWT'
{ "current_balance": 1234.56, "currency": "EUR" }