get_qx_orderbook
Get the QX DEX orderbook for a Qubic token to see current bid and ask prices with quantities for market analysis.
Instructions
Query the QX decentralized exchange orderbook for a Qubic token. Returns current ask (sell) and bid (buy) orders with price and quantity.
IMPORTANT: You MUST call get_token_list first to find the exact issuer address. NEVER guess or fabricate an issuer address. If the token is not in the registry, tell the user it was not found and ask them to provide the issuer address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | No | Which side of the orderbook to fetch (default: both) | both |
| issuer | Yes | 60-character Qubic address of the token issuer | |
| offset | No | Pagination offset (256 orders per page, default: 0) | |
| asset_name | Yes | Token name (e.g., "CFB", "QXMR", "QMINE") |