settlementTransactions
Returns incoming and outgoing settlement transactions
{
"filter": "all"
}[
[ // Incoming settlement transactions
[
7, // Counterparty id
"BTC", // Currency name
10000000, // Amount
123456789, // Settlement order id
"some comment", // Comment
1558050900000, // Created at
"a79f290b3a0928c", // Tx Id
1558050900000, // Sent at
0, // Reserved flags
0, // Transaction moment
0, // Transaction id
100, // Network fee
"BTC" // Transaction network name
]
],
[ // Outgoing settlement transactions
...
]
]Field name
Type
Description
Field name
Type
Description
Last updated