Quick Exchange
  • Quick Exchange for Partners
  • Expired Quote Handling
  • Widget Integration
    • Embedded Widget
    • Configuration
      • Config Version
      • Settlement Defaults
      • Settlement Parameters
      • Custom Styles
      • Identity
      • Special Layout
      • Partner Fields
    • Event Hooks
  • API Integration
    • Authentication
    • User Session
      • OAuth
      • KYC
    • Settlements
  • Settlements
    • Funding Methods
      • BLOCKCHAIN_TRANSFER
      • BLOCKCHAIN_DELEGATED_BROADCAST
      • CARD_PAYMENT
        • Test Cards
    • Payout Methods
      • BLOCKCHAIN_TRANSFER
      • LIQUID_PARTNER_WALLET
      • LIQUID_WALLET
      • LIQUID_USER_WALLET
  • E-Commerce
    • X-Quoine-Auth
    • Intents (Fixed Settlements)
      • Deliverable Currency
    • Transactions
      • Transaction Status
Powered by GitBook
On this page

Was this helpful?

  1. Settlements
  2. Funding Methods

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

PreviousBLOCKCHAIN_TRANSFERNextCARD_PAYMENT

Last updated 4 years ago

Was this helpful?