UTXO Manager for Liquid Network is an API call type service that reduces your development load and allows you to manage addresses and transactions on the Liquid Network using a simpler code. UTXO Manager obtains information via Crypto Garage’s managed nodes, so there is no need to develop Liquid Nodes in order to use this service.
・Create new addresses on the Liquid Network
・Obtain unused addresses / created addresses
・Obtain address paths
・Obtain UTXO information on addresses linked to specific xpubs
・Obtain UTXO information on specified Descriptors
・Obtain UTXO information on specified Outpoint (TXID+VOUT)
・Obtain batch UTXO information on specified multiple Outpoints
・Obtain block information from the Liquid Network
・Receive notifications at a new block creation, a change in the user’s UTXO status, etc.
・Obtain the optimal UTXO combination for a specified amount thru a branch and bound strategy via API
・Generate a transaction without having to implement a complex coin-selection logic.