cpu_get_my_listings
Retrieve your active Cell listings on the public NFT marketplace, showing the land you have put up for sale. Use the returned cursor to page through results.
Instructions
Your own active Cell listings on the public NFT marketplace — the land you have put up for sale, one page at a time. The wallet is the authenticated one; there is no wallet input and no way to read another player. This is the land market, entirely separate from cpu_list_my_lots, which lists your RESOURCE lots for $CPU inside the game. PAGINATION: omit cursor for the first page, then pass back the exact nextCursor you received. Stop only when nextCursor is null — a page with fewer than 50 rows may still have another page, so never decide you are done by counting rows. Every price is a base-unit decimal integer STRING (never a number), paired with a currency carrying the symbol and decimals you need to read it. Every row carries the exact orderHash needed to cancel it. Ordinary map and Cell reads carry no marketplace data — ask here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Page cursor. Omit it (or pass null) for the first page, then pass back the exact `nextCursor` the previous page returned. There is no page-size input and no wallet input: the page always describes the authenticated wallet. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| nextCursor | Yes |