v1.6.0
What's Changed
Surfaces the new endpoints introduced in @opensea/api-types@0.3.0 and aligns with deprecation removals.
Removed
OrdersResponseandSimpleAccountre-exports fromsrc/types/api.ts(schemas no longer exist upstream).
Added
offers allandlistings allaccept--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)forPOST /swap/execute.
Full Changelog: ProjectOpenSea/opensea-devtools@cli-v1.5.0...cli-v1.6.0