Contracts
Query smart contracts and collections available in the marketplace
Retrieves smart contract addresses and collection information available in the marketplace.
This endpoint returns both marketplace contracts (LAND, Estates, Names, etc.) and collection contracts (primarily wearables) from the database.
Contract Types:
Marketplace Contracts: Core Decentraland contracts including LAND parcels, Estates, ENS Names, and legacy wearable collections
Collection Contracts: Third-party and creator collections, primarily wearables on Polygon network
Filter Options:
Category filtering (parcel, estate, ens, wearable, emote)
Network filtering
Pagination (first/skip)
Pagination:
Use
firstandskipparameters for paginationfirst=0returns all results (no limit)skipallows you to skip the first N resultsPagination is applied after category and network filters
Use Cases:
Retrieve contract addresses for specific NFT categories
List all available collections in the marketplace
Filter contracts by network
Paginate through large result sets
Response Structure: Each contract includes:
Contract address
Contract name
NFT category (parcel, estate, ens, wearable, emote)
Network
Chain ID
Performance Notes:
Collection contracts are cached for 1 hour to improve performance
Use category and network filters to reduce response size
Pagination is applied in-memory after fetching all matching contracts
Filter by NFT category
wearablePossible values: Filter by network
MATICPossible values: Maximum number of contracts to return. Use 0 to return all results (default: 0)
0Example: 10Number of contracts to skip for pagination (default: 0)
0Example: 0List of contracts with total count
Internal server error
Last updated