Skip to content

v11.1.0

Choose a tag to compare

@ryanio ryanio released this 27 May 21:15

What's Changed

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

  • OpenSeaAPI.getTokenHolders(chain, address, args?)TokenHoldersResponse — paginated holders (limit, cursor, sortBy: "QUANTITY", sortDirection) plus aggregate distribution health (STRONG | HEALTHY | CONCERNING | BAD).
  • OpenSeaAPI.getTokenLiquidityPools(chain, address, args?)TokenLiquidityPoolsResponse — pool type, USD reserves, bonding-curve progress, graduation flag.
  • New type exports: TokenHoldersResponse, TokenHoldersArgs, TokenLiquidityPoolsResponse, TokenLiquidityPoolsArgs.
  • New path helpers in apiPaths.ts: getTokenHoldersPath, getTokenLiquidityPoolsPath.

Also bumps @opensea/api-types dependency to 0.4.3 (transitively brings in agent_binding, twitter_follower_count, and the new schema exports — see api-types-v0.4.3 release notes for details).

Full Changelog: ProjectOpenSea/opensea-devtools@sdk-v11.0.0...sdk-v11.1.0