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.

Parameters

Setup Parameters

Field

Type

Description

Always Present

account_key

WALLET_ADDRESS

Customer wallet address

true

transaction_key

MEMO_ID

Memo/comment

false

Input Parameters

Field

Type

Description

Always Present

transaction_key

SIGNED_RAW_TRANSACTION

Signed raw transaction

true

Result Parameters

Field

Type

Description

Always Present

transaction_key

TRANSACTION_HASH

Transaction Hash

true

Last updated