{
"intervals": {
"oneDay": [
{
"periodStart": "text",
"periodEnd": "text",
"volume": 1,
"openInterest": 1,
"winningTradesCount": 1,
"winningTradesUsd": 1,
"losingTradesCount": 1,
"losingTradesUsd": 1
}
],
"oneWeek": [
{
"periodStart": "text",
"periodEnd": "text",
"volume": 1,
"openInterest": 1,
"winningTradesCount": 1,
"winningTradesUsd": 1,
"losingTradesCount": 1,
"losingTradesUsd": 1
}
],
"oneMonth": [
{
"periodStart": "text",
"periodEnd": "text",
"volume": 1,
"openInterest": 1,
"winningTradesCount": 1,
"winningTradesUsd": 1,
"losingTradesCount": 1,
"losingTradesUsd": 1
}
],
"oneYear": [
{
"periodStart": "text",
"periodEnd": "text",
"volume": 1,
"openInterest": 1,
"winningTradesCount": 1,
"winningTradesUsd": 1,
"losingTradesCount": 1,
"losingTradesUsd": 1
}
],
"all": [
{
"periodStart": "text",
"periodEnd": "text",
"volume": 1,
"openInterest": 1,
"winningTradesCount": 1,
"winningTradesUsd": 1,
"losingTradesCount": 1,
"losingTradesUsd": 1
}
]
},
"overall": {
"totalWinningTradesCount": 1,
"totalLosingTradesCount": 1,
"totalWinningUsd": 1,
"totalLosingUsd": 1,
"currentOpenInterest": 1,
"currentTotalVolume": 1,
"unrealizedPnl": 1,
"totalTrades": 1
}
}