positions
Returns next deal id, positions, orders and settlement orders snapshot
{
"filter": "all"
}[
5,
[
[
"BTC", // Posititon Currency
-10000000, // Value
2, // Counterparty id
0, // Max reachable position, if the settlement order is committed
-10000000 // Min reachable position
],
[
"USD",
100000000000,
2,
100000000000,
0,
]
],
[
[
"BTC-USD", // Order instrument
0, // Order type
0, // Side
0, // Cancel reason
1234, // Order id
0, // Client order id
999900000000, // Price
10000000, // Size or volume
8000000, // Remaining size or volume
1558051200000, // Created at
0 // created by size or volume
]
],
[
[
1229, // Settlement order id
"BTC", // Currency 1
"USD", // Currency 2
10000000, // Size 1
100000000000, // Size 2
1558050900000, // Created at
2, // Counterparty id
"BTC", // Network name 1
"" // Network name 2 (not specified)
]
]
]Field name
Type
Description
Response description
Fiels name
Type
Description
Last updated