curl --location --request GET 'https://api.kucoin.com/api/ua/v1/unified/position/open-list?symbol=XBTUSDTM'{
"code": "200000",
"data": [
{
"symbol": "XBTUSDTM",
"id": "10000000000000097",
"marginMode": "CROSS",
"size": "1",
"entryPrice": "92903.2",
"positionValue": "92.91177",
"markPrice": "92911.77",
"leverage": "50",
"unrealizedPnL": "0.00857",
"realizedPnL": "-0.05574192",
"initialMargin": "1.8582354",
"mmr": "0.004",
"maintenanceMargin": "0.37164708",
"creationTime": 1764746371011
}
]
}