User
Last updated
Last updated
This endpoint retrieves the current balance information of the authenticated user. The request requires a Bearer token in the header for authentication.
GET /api/v1/user/balance HTTP/1.1
Host: cortecs.ai
Authorization: Bearer JWT
Accept: */*
{
"current_balance": 1234.56,
"currency": "EUR"
}