Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.kash.bot/llms.txt

Use this file to discover all available pages before exploring further.

List and inspect prediction markets.
Generated from kash docs --json. Each command’s behaviour is documented in-binary via kash markets <subcommand> --help — this page is the structured reference.

Usage

kash markets <subcommand> [options]

Subcommands

kash markets list

List markets. Options
FlagDescription
-s, --status <status>filter by status (UNSEEDED | ACTIVE | RESOLVED)
-l, --limit <n>page size (1-100)
-c, --cursor <cursor>pagination cursor returned by a previous call
-a, --allwalk every page (use with —json for export)
--ndjsonstream results as newline-delimited JSON (one record per line); implies —all

kash markets get

Fetch a single market by id. Arguments
  • id — market UUID

kash markets predictions

Recent trades against a market (cursor-paginated, newest first). Arguments
  • marketId — market UUID
Options
FlagDescription
-s, --side <side>filter to a single side: buy | sell
-o, --outcome <index>filter to a single outcome index (0-based)
-l, --limit <n>page size (1-100)
-c, --cursor <cursor>pagination cursor returned by a previous call
-a, --allwalk every page (use with —json for export)
--ndjsonstream results as newline-delimited JSON (one record per line); implies —all