Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1.16 KB

PnLApi.md

File metadata and controls

36 lines (19 loc) · 1.16 KB

\PnLApi

All URIs are relative to https://localhost:5000/v1/api

Method HTTP request Description
iserver_account_pnl_partitioned_get get /iserver/account/pnl/partitioned PnL for the selected account

iserver_account_pnl_partitioned_get

crate::models::InlineResponse20025 iserver_account_pnl_partitioned_get() PnL for the selected account

Returns an object containing PnL for the selected account and its models (if any). To receive streaming PnL the endpoint /ws can be used. Refer to Streaming WebSocket Data for details.

Parameters

This endpoint does not need any parameter.

Return type

crate::models::InlineResponse20025

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]