Contracts
Get Pn L Periods
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/GetPnLPeriods" \ -H "Content-Type: application/json" \ -d '{}'{
"periods": [
{
"buyCostCents": "string",
"periodEnd": "2019-08-24T14:15:22Z",
"periodStart": "2019-08-24T14:15:22Z",
"pnlCents": "string",
"purchaseCount": "string",
"sellRevenueCents": "string"
}
]
}Empty