47 lines
1.3 KiB
Markdown
47 lines
1.3 KiB
Markdown
---
|
|
name: investments-routes
|
|
description: Handle 4 OpenAPI operation(s) under /investments for the investments route group.
|
|
---
|
|
|
|
# investments API Routes
|
|
|
|
Handle 4 OpenAPI operation(s) under /investments for the investments route group.
|
|
|
|
Use the generated operation tools to make real API calls. Do not invent API responses.
|
|
If a tool reports missing setup, return the exact setup field name to the caller.
|
|
For write, update, or delete operations, state the intended action before calling the tool.
|
|
|
|
## Operations
|
|
|
|
### investments_holdings_get
|
|
|
|
- Operation ID: `investments_holdings_get`
|
|
- Route: `POST /investments/holdings/get`
|
|
- Mode: WRITE
|
|
- Summary: Get Investment holdings
|
|
- Body: JSON request body accepted.
|
|
|
|
### investments_transactions_get
|
|
|
|
- Operation ID: `investments_transactions_get`
|
|
- Route: `POST /investments/transactions/get`
|
|
- Mode: WRITE
|
|
- Summary: Get investment transactions
|
|
- Body: JSON request body accepted.
|
|
|
|
### investments_refresh
|
|
|
|
- Operation ID: `investments_refresh`
|
|
- Route: `POST /investments/refresh`
|
|
- Mode: WRITE
|
|
- Summary: Refresh investment data
|
|
- Body: JSON request body accepted.
|
|
|
|
### investments_auth_get
|
|
|
|
- Operation ID: `investments_auth_get`
|
|
- Route: `POST /investments/auth/get`
|
|
- Mode: WRITE
|
|
- Summary: Get data needed to authorize an investments transfer
|
|
- Body: JSON request body accepted.
|