Contracts
Get Pn L Summary
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://loading/contracts.v1.Contracts/GetPnLSummary" \ -H "Content-Type: application/json" \ -d '{}'{
"summary": {
"itemsInInventory": "string",
"itemsSold": "string",
"realizedPnlCents": "string",
"totalBuyCostCents": "string",
"totalPurchases": "string",
"totalSellRevenueCents": "string",
"unrealizedCostCents": "string"
}
}Empty