📃 Mockoon pre-generated templates

Make API development a breeze with our comprehensive library of JSON templates, designed to help you prototype and learn faster in Mockoon.

List of transactions

Copy
[ {{#repeat 10}} { "id": "{{faker 'string.uuid'}}", "date": "{{faker 'date.past'}}", "amount": {{faker 'finance.amount'}}, "description": "{{faker 'lorem.sentence'}}", "category": "{{faker 'commerce.department'}}", "merchant": "{{faker 'company.name'}}", "isPending": {{faker 'datatype.boolean'}}, "isRecurring": {{faker 'datatype.boolean'}}, "accountId": "{{faker 'string.uuid'}}", } {{/repeat}} ]

This template generates a list of random transactions with various properties, including amount, date, description, category, merchant, and more. Whether populating mock databases or serving as sample data for financial applications, it offers developers a comprehensive dataset for testing and analysis. Moreover, its versatility extends to budgeting tools and trading platforms, enhancing the accuracy and effectiveness of financial functionalities within applications. These data are perfect to prototype or serve as sample data for applications like financial platforms, budgeting tools, and trading systems.