@noya-ai/cli
v0.9.0
Published
The `noya` command-line interface for [Noya](https://noya.ai) — crypto market data, on-chain operations, prediction markets, and account management. Wraps [`@noya-ai/sdk`](https://www.npmjs.com/package/@noya-ai/sdk); every command maps 1:1 to an SDK metho
Readme
@noya-ai/cli
The noya command-line interface for Noya — crypto market data, on-chain operations, prediction markets, and account management. Wraps @noya-ai/sdk; every command maps 1:1 to an SDK method.
Install
npm install -g @noya-ai/cli # or: pnpm add -g @noya-ai/cli
noya --versionOr run a single command without installing:
npx @noya-ai/cli data coingecko price --token-ids bitcoinAuthentication
export NOYA_API_KEY=noya_... # generate at https://agent.noya.ai/api-keys
# or:
noya auth login # interactive OAuth (browser-based)Anonymous mode works for noya data … reads. Chain operations, prediction-market trading, and account/wallet operations require authentication.
Examples
noya data coingecko price --token-ids bitcoin,ethereum
noya predict search-markets --query "election"
noya account addressEvery command prints JSON to stdout; errors go to stderr with a non-zero exit code. Run noya --help or noya <group> --help for the full reference.
License
MIT
