addOutgoingSettlementTransaction
Adds an outgoing settlement transaction along with the creation of a new ticket on Fireblocks
{
"counterpartyId": 4,
"asset": "BTC",
"amount": 100000000000,
"comment": "I am going to send BTC transaction via Fireblocks",
"expiresIn": 2,
"network": "BTC"
}{
"settlementTransactions": [
{
"ticketId": "1a1a1a1a-1a1a-1a1a-1a1a-1a1a1a1a1a1a",
"transactionId": 1234567890
}
]
}{
"error": 9, // error code might vary
"errorDescription": [
"INPUT_ERROR" // additional error details
]
}Filed Name
Type
Description
Field Name
Type
Description
Last updated