firestarter_set_market_handle
Claim or change a unique vanity handle for a market you own, replacing random share codes with a memorable link like firestarter.network/m/.
Instructions
Claim or change the vanity handle for a market you already own (from firestarter_create_market), so its URL is firestarter.network/m/ instead of a random share code. Use when an owner wants a memorable community link, or to rename an existing handle. The handle is stable even if the underlying share code is rotated, and resolves to the same market as the code. It must be unique across Firestarter; the API rejects one that is already taken, reserved, or shaped like a share code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes | Vanity handle for the community URL — firestarter.network/m/<handle>. 2-31 chars: letters, digits and hyphens, must start with a letter or digit. Case is ignored (normalized to lowercase). Must be unique; reserved words and share-code-shaped strings are rejected. | |
| program_id | Yes | The market/program id from firestarter_create_market. |