BLOCKCHAIN_DELEGATED_BROADCAST
Pass the raw signed transaction to the QEX Server, and allow it to broadcast it
This process allows the QEX server to take responsibility to validate and broadcast the on chain transaction. This then allow the server to respond with error conditions in the case that the amount, destination or network fee is incorrect, or guarantee the conversion rate if there are no errors.
Field | Type | Description | Always Present |
account_key | WALLET_ADDRESS | Customer wallet address | true |
transaction_key | MEMO_ID | Memo/comment | false |
Field | Type | Description | Always Present |
transaction_key | SIGNED_RAW_TRANSACTION | Signed raw transaction | true |
Field | Type | Description | Always Present |
transaction_key | TRANSACTION_HASH | Transaction Hash | true |
Last modified 2yr ago