cpu_list_lots
Browse and filter marketplace lots by hub, resource, price, seller, availability, or proximity, with sorting and pagination.
Instructions
Browse marketplace lots with filters (hub, resourceId, seller, minPrice/maxPrice), sort (price_asc | recent | nearest — nearest needs a zone), pagination (limit ≤ 200, offset), and an optional zone (aroundTokenId + radius in grid steps). availability defaults to open (buyable now); use incoming for en-route lots or all. Public read — start with cpu_get_markets for a compact overview, then drill in here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hub | No | Filter to a Hub by its cell token id. | |
| sort | No | price_asc | recent | nearest (nearest requires aroundTokenId). | |
| limit | No | Page size (default 50, max 200). | |
| offset | No | Page offset. | |
| radius | No | Zone radius in grid steps around aroundTokenId (server clamps to 50). | |
| seller | No | Filter by seller address. | |
| maxPrice | No | Maximum price per unit ($CPU decimal string). | |
| minPrice | No | Minimum price per unit ($CPU decimal string). | |
| resourceId | No | Filter by resource id. | |
| availability | No | open (default) | incoming (paid & en route) | all. | |
| aroundTokenId | No | Zone anchor as a cell token id. |