OpenSea
communityNFT marketplace for buying, selling, and trading digital collectibles on Ethereum and other chains.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://api.opensea.io/api/v2/collections/{collection_slug}Get NFT collection
Parameters
collection_slugcollection slug (stringrequiredReturns
collection, name, description, image_url, banner_image_url, safelist_status, category, contracts[], total_supply, editors[]GET
https://api.opensea.io/api/v2/collection/{collection_slug}/nftsList NFTs in a collection
Parameters
nextcursor (stringoptionallimitresults (integeroptionalcollection_slugcollection slug (stringrequiredReturns
nfts[] with identifier, collection, contract, name, description, image_url, metadata_url, owners[], rarityGET
https://api.opensea.io/api/v2/chain/{chain}/contract/{address}/nfts/{identifier}Get NFT details
Parameters
chainethereum|polygon|solana (stringrequiredaddresscontract address (stringrequiredidentifiertoken ID (stringrequiredReturns
nft with identifier, collection, contract, name, description, image_url, traits[], rarity, owners[], creators[]