Query UTxO
cardano_query_utxoQuery Cardano UTxO entries by Bech32 address or specific transaction input references to inspect unspent outputs for balances and transaction building.
Instructions
Query UTxO entries. Filter by address and/or specific transaction inputs.
Args:
address (string, optional): Bech32 address to query UTxOs for
tx_ins (string[], optional): Specific UTxO references in format "tx_hash#index"
At least one of address or tx_ins must be provided.
Returns: UTxO set as formatted text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tx_ins | No | Specific UTxO references in format "tx_hash#index" | |
| address | No | Bech32 address to query UTxOs for |