Skip to content

Releases: ProjectOpenSea/api-types

v0.8.5

Choose a tag to compare

@ryanio ryanio released this 23 Jul 02:03

What's Changed

  • Add generated request and response types for the token activity stats REST endpoint.

Full Changelog: ProjectOpenSea/opensea-devtools@api-types-v0.8.4...api-types-v0.8.5

v0.8.4

Choose a tag to compare

@ryanio ryanio released this 22 Jul 18:09

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

Choose a tag to compare

@ryanio ryanio released this 21 Jul 04:39

What's Changed

  • Add NFT profile picture endpoints to the OpenAPI types and register them under the write:profile scope.

Full Changelog: ProjectOpenSea/opensea-devtools@api-types-v0.8.2...api-types-v0.8.3

v0.8.2

Choose a tag to compare

@ryanio ryanio released this 20 Jul 21:12

What changed

  • Add generated types for the beta saved-tools read, save, and remove endpoints.
  • Add the canonical read:tools and write:tools scopes.
  • 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

Choose a tag to compare

@ryanio ryanio released this 17 Jul 17:33

What's changed

  • Added isVerified, followerCount, and followingCount to generated account response types.
  • Added the canonical read:social and write:social wallet 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

Choose a tag to compare

@ryanio ryanio released this 11 Jul 21:50

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

Choose a tag to compare

@ryanio ryanio released this 09 Jul 01:11

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

Choose a tag to compare

@ryanio ryanio released this 06 Jul 21:06

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 adds ListingPriceInput (#468)
  • feat: add the AuthScope schema with per-scope display names and descriptions, plus the package's first runtime export, AUTH_SCOPES (#415)
  • feat: sync OpenAPI spec: tool activity endpoint, robinhood chain, source/collection search filters, calldata_suffix on fulfillment calldata, SIWX wallet-link endpoint (POST /api/v2/accounts/wallets/siwx), re-published GET /api/v2/account/{address}/favorites, and the new write:wallets auth scope (#483)

Full Changelog: ProjectOpenSea/opensea-devtools@api-types-v0.5.0...api-types-v0.6.0

v0.5.0

Choose a tag to compare

@ryanio ryanio released this 06 Jun 02:06

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: DropResponse and DropDetailedResponse gained active_stage and next_stage (refs to DropStageResponse)

Full Changelog: ProjectOpenSea/opensea-devtools@api-types-v0.4.4...api-types-v0.5.0

v0.4.4

Choose a tag to compare

@ryanio ryanio released this 04 Jun 23:00

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 with RegisteredToolResponse, 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