GET/api/user/balance-history/financial-reserveapplication/jsonapi_token| Campo | Tipo | Obrigatório | Descrição |
|---|---|---|---|
x-api-key | string | Sim | Token de autenticação API Key |
User-Agent | AtivoB2B/1.0 | Sim |
curl --location --request GET '/api/user/balance-history/financial-reserve' \
--header 'x-api-key: {Token}' \
--header 'User-Agent: AtivoB2B/1.0'{
"message": "Liberação de Reserva Financeira encontrado com sucesso.",
"data": {
"data": [
{
"inflows": 0,
"outflows": 0,
"total": 0,
"status": "RESERVED",
"releaseDate": "2025-07-14"
},
{
"inflows": 0,
"outflows": 0,
"total": 0,
"status": "RESERVED",
"releaseDate": "2025-07-12"
},
{
"inflows": 0,
"outflows": 0,
"total": 0,
"status": "RESERVED",
"releaseDate": "2025-07-09"
},
{
"inflows": 0,
"outflows": 0,
"total": 0,
"status": "RESERVED",
"releaseDate": "2025-07-08"
},
{
"inflows": 200,
"outflows": 0,
"total": 200,
"status": "RESERVED",
"releaseDate": "2025-07-07"
},
{
"inflows": 800,
"outflows": 0,
"total": 800,
"status": "RESERVED",
"releaseDate": "2025-07-06"
},
{
"inflows": 600,
"outflows": 0,
"total": 600,
"status": "RESERVED",
"releaseDate": "2025-07-01"
},
{
"inflows": 800,
"outflows": 0,
"total": 800,
"status": "RESERVED",
"releaseDate": "2025-06-30"
},
{
"inflows": 200,
"outflows": 0,
"total": 200,
"status": "RESERVED",
"releaseDate": "2025-06-29"
}
],
"pages": 1,
"page": 1,
"limit": 10,
"total": 9
},
"status": 200,
"error": null
}