Account info
Stream real-time account balances, margin data, equity, PnL, and margin levels with live financial updates
Get full balance
Connection
/frontoffice/ws/v3/account?access_token={YOUR_ACCESS_TOKEN}{
"arguments": [
"67d0456f8c7b1108e4cf5d46"
],
"invocationId": "0",
"target": "FullBalance",
"type": 4
}Message
{
"type": 2,
"invocationId": "0",
"item": [
{
"assetId": "eur",
"available": "497838.8",
"total": "497838.8",
"locked": "0"
}
]
}Get margin data
Connection
/frontoffice/ws/v3/account?access_token={YOUR_ACCESS_TOKEN}{
"arguments": [
"67d0456f8c7b1108e4cf5d46"
],
"invocationId": "0",
"target": "MarginData",
"type": 4
}Message
{
"type": 2,
"invocationId": "0",
"item": {
"marginBalanceInRAT": "497838.8",
"unrealizedPnlInRAT": "-5.25",
"equityInRAT": "497833.55",
"usedMarginInRAT": "100.18",
"freeMarginInRAT": "497733.37",
"marginLevel": "4969.3905"
}
}Last updated

