curl -X GET https://api.yourfinanceapp.com/api/accounts \
-H "Authorization: Bearer YOUR_JWT_TOKEN"
[
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Main Wallet",
"type": "WALLET",
"currency": "ARS",
"balance": 15000,
"color": "#10B981",
"icon": "wallet",
"targetAmount": null,
"targetDate": null,
"progress": 0,
"isDefault": true,
"userId": "123e4567-e89b-12d3-a456-426614174000",
"createdAt": "2026-01-15T10:30:00Z",
"updatedAt": "2026-03-04T08:20:00Z"
},
{
"id": "660e8400-e29b-41d4-a716-446655440001",
"name": "Vacation Fund",
"type": "SAVINGS",
"currency": "USD",
"balance": 3250,
"color": "#3B82F6",
"icon": "piggy-bank",
"targetAmount": 5000,
"targetDate": "2026-12-31T00:00:00Z",
"progress": 65,
"isDefault": false,
"userId": "123e4567-e89b-12d3-a456-426614174000",
"createdAt": "2026-02-01T14:00:00Z",
"updatedAt": "2026-03-04T09:15:00Z"
}
]
curl -X GET https://api.yourfinanceapp.com/api/accounts \
-H "Authorization: Bearer YOUR_JWT_TOKEN"
[
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Main Wallet",
"type": "WALLET",
"currency": "ARS",
"balance": 15000,
"color": "#10B981",
"icon": "wallet",
"targetAmount": null,
"targetDate": null,
"progress": 0,
"isDefault": true,
"userId": "123e4567-e89b-12d3-a456-426614174000",
"createdAt": "2026-01-15T10:30:00Z",
"updatedAt": "2026-03-04T08:20:00Z"
},
{
"id": "660e8400-e29b-41d4-a716-446655440001",
"name": "Vacation Fund",
"type": "SAVINGS",
"currency": "USD",
"balance": 3250,
"color": "#3B82F6",
"icon": "piggy-bank",
"targetAmount": 5000,
"targetDate": "2026-12-31T00:00:00Z",
"progress": 65,
"isDefault": false,
"userId": "123e4567-e89b-12d3-a456-426614174000",
"createdAt": "2026-02-01T14:00:00Z",
"updatedAt": "2026-03-04T09:15:00Z"
}
]
WALLET, SAVINGS, INVESTMENT, or CREDIT_CARDcurl -X GET https://api.yourfinanceapp.com/api/accounts \
-H "Authorization: Bearer YOUR_JWT_TOKEN"
[
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Main Wallet",
"type": "WALLET",
"currency": "ARS",
"balance": 15000,
"color": "#10B981",
"icon": "wallet",
"targetAmount": null,
"targetDate": null,
"progress": 0,
"isDefault": true,
"userId": "123e4567-e89b-12d3-a456-426614174000",
"createdAt": "2026-01-15T10:30:00Z",
"updatedAt": "2026-03-04T08:20:00Z"
},
{
"id": "660e8400-e29b-41d4-a716-446655440001",
"name": "Vacation Fund",
"type": "SAVINGS",
"currency": "USD",
"balance": 3250,
"color": "#3B82F6",
"icon": "piggy-bank",
"targetAmount": 5000,
"targetDate": "2026-12-31T00:00:00Z",
"progress": 65,
"isDefault": false,
"userId": "123e4567-e89b-12d3-a456-426614174000",
"createdAt": "2026-02-01T14:00:00Z",
"updatedAt": "2026-03-04T09:15:00Z"
}
]