cpu_quote_lot_return
Get a no-cost quote for returning an unsold open or evicted lot to your own cell: exact remainder, destination capacity, transit fee ceiling, distance, and arrival time, so you can safely execute the return.
Instructions
Preview sending one of your lots home — the whole unsold remainder, from its hub to a cell you own — without spending anything. Requires a session. Works on an OPEN lot and on an EVICTED one. Pass chain = [hub, ...waypoints, your destination cell] for the whole route (required). Answers with the exact remainder, the destination, the transit fee and syndicate discount, the total distance, the arrival time, and whether the destination can still take the whole remainder right now. The fee it names is the ceiling to hand cpu_return_lot as its maxTransitFeeWei: that call re-prices the route and refuses rather than pay above the figure you pass it, so run this immediately before the return and pass the wei field back unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Waypoint tokenIds [hub, ...waypoints, destination] for the whole route home — the first node is the hub holding the lot, the last is your own revealed cell where the remainder lands. Scout waypoints with cpu_next_hops. | |
| lotId | Yes | The lot to send home (must be yours; open or evicted). |