Skip to content

Releases: ProjectOpenSea/opensea-cli

v0.1.5

25 Feb 07:01
acc7a44

Choose a tag to compare

v0.1.5 Pre-release
Pre-release

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

25 Feb 06:47
ccbf6f4

Choose a tag to compare

v0.1.4 Pre-release
Pre-release
  • provenance signing

v0.1.3

25 Feb 06:43
b6c0274

Choose a tag to compare

v0.1.3 Pre-release
Pre-release
  • remove provenance signing until public release

v0.1.2

25 Feb 06:34
fcbb3bf

Choose a tag to compare

v0.1.2 Pre-release
Pre-release
  • bump .nvmrc version to 24.11.1

v0.1.1

25 Feb 05:16
46af349

Choose a tag to compare

v0.1.1 Pre-release
Pre-release
  • small README nit fixes

v0.1.0

25 Feb 04:57
7b4c057

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

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