Retrieves all NFTs in a collection using OpenSea collection slug or contract address. Use when you need to fetch NFTs by collection name rather than contract address. Similar to getNFTsForContract but uses collection slug for easier querying. Supports pagination for large collec…
limitintegerNumber of NFTs to return. Defaults to 100
start_tokenstringToken ID offset for pagination. Can be hex or decimal. Use nextToken from previous response
with_metadatabooleanIf true, returns NFT metadata. Setting to false reduces payload size and may result in faster response. Defaults to true
collection_slugstringOpenSea slug for the NFT collection. Required if contract_address is not provided
contract_addressstringContract address for the NFT collection (ERC721 and ERC1155 supported). Required if collection_slug is not provided
token_uri_timeout_msintegerTimeout in milliseconds for fetching token metadata. Set to 0 to only use cached data. No timeout by default
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.