curl --location --request GET 'https://api.fonder.com/accounts?type=BANK&page=1&limit=10' \ --header 'Authorization: Bearer YOUR_TOKEN'
{ "data": [ { "id": "DEFAULT_ACCOUNT", "name": "DEFAULT", "accountNumber": "0000000000", "description": "DEFAULT BANK ACCOUNT", "type": "BANK", "bank": { "name": "WILOBANK S.A.U.", "country": 1, "code": "00384", "swiftCode": null }, "liquidityThreshold": "0.00", "lastBalance": "25883572.0200" } ], "total": 1, "page": 1, "limit": 10, "totalPages": 1, "hasNext": false, "hasPrevious": false }
Retrieve a paginated list of all accounts with optional filtering
CASH
BANK
Show Bank Properties