Releases: ProjectOpenSea/opensea-cli
v0.1.5
opensea-cli — Documentation Update
Added CLI usage reference and examples for the Tokens commands (trending, top, get) using the DebtReliefBot (DRB) token on Base
Added CLI usage reference and example for the Swaps command (quote), demonstrating a USDC → DRB swap on Base
README now documents all available CLI commands
v0.1.4
- provenance signing
v0.1.3
- remove provenance signing until public release
v0.1.2
- bump .nvmrc version to 24.11.1
v0.1.1
- small README nit fixes
v0.1.0
opensea-cli v0.1.0
Initial release of the OpenSea CLI — query the OpenSea API from the command line or programmatically.
Features
CLI
Collections — get, list, stats, traits
NFTs — get, list-by-collection, list-by-contract, list-by-account, refresh, contract
Listings — all, best, best-for-nft
Offers — all, collection, best-for-nft, traits
Events — list, by-account, by-collection, by-nft
Accounts — get
Trending tokens & swaps — trending and swap endpoints
SDK
Full programmatic TypeScript/JavaScript SDK (import { OpenSeaCLI } from "opensea-cli")
Output
JSON (default) — structured output for agents and scripts
Table — human-readable format via --format table
Auth
API key via OPENSEA_API_KEY env var or --api-key flag
CI/CD
Automated npm publishing on GitHub releases with OIDC provenance
Requirements
Node.js >= 18.0.0
OpenSea API key