Releases: ProjectOpenSea/api-types
Release list
v0.8.5
v0.8.4
What's Changed
- Add generated request and response types for cross-chain drop minting, along with the latest additive public OpenAPI updates.
Full Changelog: ProjectOpenSea/opensea-devtools@api-types-v0.8.3...api-types-v0.8.4
v0.8.3
What's Changed
- Add NFT profile picture endpoints to the OpenAPI types and register them under the
write:profilescope.
Full Changelog: ProjectOpenSea/opensea-devtools@api-types-v0.8.2...api-types-v0.8.3
v0.8.2
What changed
- Add generated types for the beta saved-tools read, save, and remove endpoints.
- Add the canonical
read:toolsandwrite:toolsscopes. - Add new token metadata fields from the current public OpenAPI schema.
Full diff: ProjectOpenSea/opensea-devtools@api-types-v0.8.1...api-types-v0.8.2
v0.8.1
What's changed
- Added
isVerified,followerCount, andfollowingCountto generated account response types. - Added the canonical
read:socialandwrite:socialwallet auth scopes. - Refreshed the production OpenAPI snapshot and normalized schema examples.
Full changelog: ProjectOpenSea/opensea-devtools@api-types-v0.8.0...api-types-v0.8.1
v0.8.0
What's changed
- Added generated types for the full scoped wallet API and SIWX wallet linking.
- Added generated scope groups, endpoint mappings, and MCP tool metadata.
- Refreshed wallet-auth scope metadata from the production OpenAPI specification.
Full changelog: ProjectOpenSea/opensea-devtools@api-types-v0.7.0...api-types-v0.8.0
v0.7.0
What's Changed
- Sync OpenAPI spec: add SIWX wallet-link endpoint schema updates including nonce generation, message signing, and wallet-link verification endpoints with new request/response types.
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- feat: add wallet trading P&L endpoints and schemas:
GET /api/v2/account/{address}/pnl(WalletPnlResponse),/pnl/closed-positions(ClosedPositionsResponse), and/pnl/token-transfers(PositionTokenTransfersResponse). Also addsListingPriceInput(#468) - feat: add the
AuthScopeschema with per-scope display names and descriptions, plus the package's first runtime export,AUTH_SCOPES(#415) - feat: sync OpenAPI spec: tool activity endpoint,
robinhoodchain,source/collectionsearch filters,calldata_suffixon fulfillment calldata, SIWX wallet-link endpoint (POST /api/v2/accounts/wallets/siwx), re-publishedGET /api/v2/account/{address}/favorites, and the newwrite:walletsauth scope (#483)
Full Changelog: ProjectOpenSea/opensea-devtools@api-types-v0.5.0...api-types-v0.6.0
v0.5.0
What's Changed
Sync of the OpenSea API v2 OpenAPI spec. All changes are additive / non-breaking.
- New endpoint:
POST /api/v2/tools/usage—[Beta] Report tool usage (metrics only)(report_tool_usage) - New schema types:
Eip3009Fields,X402SettlementFields,ToolUsageRequest,ToolUsageResponse - Changed schemas:
DropResponseandDropDetailedResponsegainedactive_stageandnext_stage(refs toDropStageResponse)
Full Changelog: ProjectOpenSea/opensea-devtools@api-types-v0.4.4...api-types-v0.5.0
v0.4.4
What's Changed
- Add
[Beta]tool registry endpoint schemas to the OpenAPI spec and generated types:GET /api/v2/tools(list) and the tool search endpoint, along withRegisteredToolResponse,ToolSearchPaginatedResponse,ToolListPaginatedResponse, and supporting tool response types. All additive; no consumer breakage.
Full Changelog: ProjectOpenSea/opensea-devtools@api-types-v0.4.3...api-types-v0.4.4