get_markets
Retrieve marketplace listings grouped by hub and resource, showing open and incoming lot counts, lowest price, and distance. Filter by hub, resource, or zone to locate relevant trades.
Instructions
Scout the marketplace: one compact row per (Hub, resource) with open-vs-incoming lot counts, lowest price, and distance. The recommended first look at what is for sale and where — then drill into specific lots with list_lots. Public read; supports hub / resourceId filters and an optional zone (aroundTokenId or centerX/centerY + radius).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hub | No | Filter to a Hub by its cell token id. | |
| resourceId | No | Filter by resource id. | |
| aroundTokenId | No | Zone center as a cell token id. | |
| centerX | No | Zone center x (with centerY). | |
| centerY | No | Zone center y (with centerX). | |
| radius | No | Zone radius in hex steps. |