Skip to content

v1.9.0

Choose a tag to compare

@ryanio ryanio released this 27 May 21:15
· 28 commits to main since this release

What's Changed

Expose the two new token endpoints from @opensea/api-types 0.4.3.

New CLI subcommands

  • opensea tokens holders <chain> <address> [--limit] [--next] [--sort-by] [--sort-direction] — paginated token holders with aggregate distribution health (STRONG | HEALTHY | CONCERNING | BAD).
  • opensea tokens liquidity-pools <chain> <address> [--limit] — liquidity pools with pool type, USD reserves, bonding-curve progress, graduation flag.

SDK additions (@opensea/cli programmatic API)

  • OpenSeaCLI.tokens.holders(chain, address, options?)
  • OpenSeaCLI.tokens.liquidityPools(chain, address, options?)
  • New type re-exports: TokenHoldersResponse, TokenLiquidityPoolsResponse.

Also bumps @opensea/api-types dependency to 0.4.3.

Full Changelog: v1.8.0...v1.9.0