
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
coinstats-cli
Advanced tools
Command-line interface for the CoinStats Public API, designed for AI agents and terminal-first workflows.
Install the CLI:
npm install -g coinstats-cli
Install all CoinStats skills without the interactive picker:
npx skills add CoinStatsHQ/coinstats-cli --all
Install a specific skill only:
npx skills add CoinStatsHQ/coinstats-cli --skill coinstats-wallet-data
Install all CoinStats skills for one agent without prompts:
npx skills add CoinStatsHQ/coinstats-cli --skill '*' --agent codex -y
npm install
npm run build
npm link
coinstats --help
If you do not want to link the binary globally, run commands from the repo with:
npm exec --package . coinstats -- --help
export COINSTATS_API_KEY=<your-api-key>
coinstats whoami
# optional: save the current key to ~/.coinstats/config.json
coinstats login
Environment variables take priority over the saved config in ~/.coinstats/config.json.
You can verify what the CLI will use with:
coinstats whoami
coinstats coins <command>
coinstats tickers <command>
coinstats wallet <command>
coinstats exchange <command>
coinstats fiats <command>
coinstats nft <command>
coinstats news <command>
coinstats markets <command>
coinstats portfolio <command>
coinstats currencies <command>
coinstats insights <command>
coinstats usage <command>
coinstats schema --pretty
The CLI currently maps all 52 public operations in the published CoinStats OpenAPI snapshot.
Default output is machine-friendly JSON:
{"success":true,"data":{}}
{"success":false,"error":"message","code":"ERROR_CODE","status":400}
Supported output controls:
--pretty--table--format json|csv--fields id,name,priceMutating commands require --yes.
coinstats coins list --limit 5 --pretty
coinstats insights fear-and-greed --pretty
coinstats wallet sync-transactions --blockchain ethereum --body-file ./wallet-sync.json --yes
coinstats portfolio connect-wallet --body-file ./wallet.json --yes
coinstats exchange sync --portfolio-id <id> --yes
coinstats schema --pretty
This repo ships section-based skills under skills/:
coinstats-coinscoinstats-tickerscoinstats-wallet-datacoinstats-exchangecoinstats-fiatscoinstats-nftcoinstats-newscoinstats-marketscoinstats-portfoliocoinstats-currenciescoinstats-insightscoinstats-usagenpm install
npm run generate:client
npm run build
npm link
npm test
npm run lint
npm run check:coverage
Generated SDK source lives in src/generated/. The OpenAPI snapshot lives in openapi/coinstats-public-api.json.
FAQs
Command-line interface for the CoinStats Public API
We found that coinstats-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.