addOutgoingSettlementTransaction
Adds outgoing settlement transaction
POST api/addOutgoingSettlementTransaction
Request parameters
Filed name | Type | Description |
---|---|---|
counterpartyId | Efx::ClientId | Counterparty Id |
currency | string | Currency name |
amount | Efx::Size | Amount |
comment | string | Comment |
fee | Efx::Size | Optional. Network fee. The amount that the recipient will receive to their wallet or custodian account will be smaller than the one you have specified as transaction amount by network fee. |
network | string | Optional. Network name |
Last updated