settlementRequests
Returns requests for incoming and outgoing settlement
{
"filter": "all"
}[
[ // Incoming requests array
[
4, // Counterparty id
"BTC", // Currency name
0, // Flags
6700000000, // Requested amount
"your comment", // Comment
1634406457410, // Expiration time
"BTC", // Transaction network
123456, // Request id
1634405457410 // Creation time
]
],
[ // Outgoing requests array
[
4,
"USD",
0,
0,
"",
0, // Request won't be cancelled
"" // Network is not specified
123456, // Request id
1634405457410 // Creation time
]
]
]Field name
Type
Description
Field name
Type
Description
Last updated