Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.finup.io/backend/transactions/summary \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "pagination": { "page": 1, "per_page": 50, "sort_by": "created_at", "sort_direction": "desc" } } '
{ "spent": "1250.00", "incoming": "2500.00", "pending": "100.00", "fees": "15.00", "declined": "0.00", "net": "1235.00" }
Show child attributes
Success
"1250.00"
"2500.00"
"100.00"
"15.00"
"0.00"
"1235.00"