BLOCKCHAIN_TRANSFER
On chain transaction to a specified wallet.
Status Transitions
Event
Status
Description
Settlement Created
WAITING_USER
Waiting for on chain transactions to be broadcast. Settlement will skip the READY
state and immediately begin monitoring mempool for related transactions.
Transaction seen in mempool
WAITING_EXTERNAL
Transactions observed in mempool with sufficient network fee. Gross value of transactions must sum to expected funding quantity.
Transactions confirmed.
COMPLETE
Transactions have been confirmed a sufficient number of times.
Settlement timed out
CANCELLED
Settlement automatically cancelled as no mempool transaction observed within two hours.
Excess quantity received
MANUAL_INTERVENTION_REQUIRED
Gross value of transactions exceed expected funding quantity and allow_at_best_recovery
is set to false. Settlement must be manually recovered by Liquid support.
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
None
Result Parameters
Field
Type
Description
Always Present
transaction_key
TRANSACTION_HASH
Transaction Hash
true
Example Status Response
Last updated
Was this helpful?