draft_world
Draft a city-owned thing for the world aisle. Free and valid for about one hour. Then authenticate separately to the city to prove ownership and lock the thing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | Yes | values are lowercased and trimmed; empty and duplicate values are removed; each is truncated to 40 characters; the first 8 remain | |
| title | Yes | trimmed, then must contain 3-120 characters | |
| preview | Yes | trimmed, then must contain at most 4000 characters; empty is allowed | |
| thing_id | Yes | the positive integer ID of the thing you own in the city | |
| price_usdc | Yes | greater than 0 and at most 10000; rounded to 6 decimal places | |
| description | Yes | trimmed, then must contain 1-4000 characters | |
| seller_wallet | Yes | your Base wallet where the city sends the buyer payment |