All URIs are relative to https://localhost:5000/v1/api
Method | HTTP request | Description |
---|---|---|
pa_performance_post | post /pa/performance | Account Performance |
pa_summary_post | post /pa/summary | Account Balance's Summary |
pa_transactions_post | post /pa/transactions | Position's Transaction History |
crate::models::Performance pa_performance_post(body) Account Performance
Returns the performance (MTM) for the given accounts, if more than one account is passed, the result is consolidated.
Name | Type | Description | Required | Notes |
---|---|---|---|---|
body | InlineObject9 | [required] |
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::Summary pa_summary_post(body) Account Balance's Summary
Returns a summary of all account balances for the given accounts, if more than one account is passed, the result is consolidated.
Name | Type | Description | Required | Notes |
---|---|---|---|---|
body | InlineObject10 | [required] |
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::Transactions pa_transactions_post(body) Position's Transaction History
transaction history for a given number of conids and accounts. Types of transactions include dividend payments, buy and sell transactions, transfers.
Name | Type | Description | Required | Notes |
---|---|---|---|---|
body | InlineObject11 | [required] |
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]