IVAS - Transactions
## Investors: Are you tired of always saving your information in excels? And building tenths of sheets where you always lose data? ## Developers: Are you building THE NEXT FINANCE APP but you know nothing (nor wanna know nothing) regarding backend infrastructure, azure/aws, deploying, hosting, etc. **SAY NO MORE** Here I present you: **The IVAS (Investment Assistant) API** With this API you will…
IVAS - Transactions endpoints
| Method | Endpoint | Description |
|---|---|---|
| Transactions | ||
| GET |
Get Many /transactions |
This endpoint allows users to fetch all their saved Transactions. |
| POST |
Create In Bulk /transactions/bulk |
This endpoint allows users to create multiple Transactions and save them into the database. |
| POST |
Delete In Bulk /transactions/bulk/delete |
This endpoint allows users to delete multiple Transactions and erase them from the database. |
| POST |
Create /transactions |
The Transactions Create Endpoint will allow users to Create Single Transactions and save them into the database. |
| DELETE |
Delete /transactions/{transactionId} |
The Transactions DeleteEndpoint will allow users to Delete Single Transactions and erase them from the database. |
| Portfolios | ||
| GET |
Get Summary /portfolios |
This endpoint provides a summary of the portfolio of the provided User. |
IVAS - Transactions pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|