cpu_get_markets
Compare marketplace hubs across resources by sale fees, open lots, and lowest price. Filter by hub, resource, or zone to scout the best place to trade.
Instructions
Scout the marketplace: one compact row per (Hub, resource) with open-vs-incoming lot counts, lowest price, distance, and the hub's live sale-fee percent for that resource (liveSaleFeePercent, enriched from the local world map — advisory, may trail the chain; null when the rate is unknown, i.e. the map has no read on the hub or it isn't serving sale fees yet). The recommended first look at what is for sale and where — compare hubs by fee in one call, then drill into specific lots with cpu_list_lots. Every bucket here counts offers — open, incoming or frozen; an evicted lot is not for sale and is in none of them. Public read; supports hub / resourceId filters and an optional zone (aroundTokenId + radius in grid steps).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hub | No | Filter to a Hub by its cell token id. | |
| radius | No | Zone radius in grid steps around aroundTokenId (server clamps to 50). | |
| resourceId | No | Filter by resource id. | |
| aroundTokenId | No | Zone anchor as a cell token id. |