Skip to content

v1.6.0

Choose a tag to compare

@ryanio ryanio released this 07 May 22:51
· 25 commits to main since this release

What's Changed

Surfaces the new endpoints introduced in @opensea/api-types@0.3.0 and aligns with deprecation removals.

Removed

  • OrdersResponse and SimpleAccount re-exports from src/types/api.ts (schemas no longer exist upstream).

Added

  • offers all and listings all accept --maker <address> to filter by order maker.
  • New commands:
    • listings sweep — bulk-buy items from a collection with any payment token (--collection, --max-items, --max-price-per-item, --buyer, --payment-chain, --payment-token, --recipient).
    • offers by-nft <collection> <token-id> — all offers for a specific NFT.
    • transactions receipt --request <file> — fetch transaction status (request body via JSON file).
  • New SDK helpers: OpenSeaCLI.transactions: TransactionsAPI, SwapsAPI.executeMulti(request) for POST /swap/execute.

Full Changelog: ProjectOpenSea/opensea-devtools@cli-v1.5.0...cli-v1.6.0