Skip to main content

RequestAccountNet

Request of net-positions on the account

Request format

{
"Login": 100069,
"RequestId": "c5bc135c-a4eb-45a9-9f98-822c1ba0830b",
"Nodes": [
"node1"
],
"RequestName": "RequestAccountNet"
}

Request parameters:

NameDescription
RequestIdUnique request GUID
NodesOne node is indicated on which the account is registered
LoginLogin by which net positions are requested
RequestNameType of request

Response ResponseAccountNet

{
"Result": [
{
"Node": "Second",
"Platform": "Mt4",
"Result": [
{
"Symbol": "EURRUB",
"Currency": "USD",
"Margin": 24547.2,
"VolumeInLots": 1.0,
"VolumeInUsd": 115599.0,
"Orders": 1,
"SessionProfit": -374.32,
"SessionProfitInUsd": -374.32,
"UnrealizedProfit": -603.27
},
{
"Symbol": "XRPUSD",
"Currency": "USD",
"Margin": 303.11,
"VolumeInLots": 1.0,
"VolumeInUsd": 444.3,
"Orders": 1,
"SessionProfit": -9.3,
"SessionProfitInUsd": -9.3,
"UnrealizedProfit": -535.8
},
],
"ResponseNode": "ResponseNodeAccountNet"
}
],
"RequestId": "47a38e2a-1d67-42b8-8330-81b928a54bb9",
"ResponseMaster": "ResponseAccountNet"
}