discover-artblocks-projects
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseDiscovering Art Blocks Projects
探索Art Blocks项目
Choosing the Right Tool
选择合适的工具
| Goal | Tool |
|---|---|
| What's minting right now? | |
| What's dropping soon? | |
| Browse/filter by vertical, artist, chain, tag | |
| Full details on a known project | |
| All projects by a specific artist | |
| High-level portfolio summary for a collector | |
| Individual tokens a collector owns | |
| See available tags for filtering | |
| 目标 | 工具 |
|---|---|
| 当前正在铸造的内容? | |
| 即将发布的内容? | |
| 按垂直领域、艺术家、链、标签浏览/筛选 | |
| 已知项目的完整详情 | |
| 特定艺术家的所有项目 | |
| 收藏家的投资组合高阶摘要 | |
| 收藏家持有的单个代币 | |
| 查看可用于筛选的标签 | |
Resource: artblocks://about
artblocks://about资源:artblocks://about
artblocks://aboutFetch this resource first if you need platform context — it covers vocabulary, verticals, chains, tags, user profiles, and a quick-start guide for which tool to use.
如果您需要平台相关背景信息,请先获取此资源——它涵盖了术语、垂直领域、链、标签、用户资料以及工具选择快速入门指南。
Tool: discover_projects
discover_projects工具:discover_projects
discover_projectsBrowses and filters Art Blocks collections with optional text search, chain, vertical, tag, floor price, and mintability filters. Returns project metadata with truncated descriptions, floor price, mint progress, featured token image, and a direct artblocks.io link. Test/dev projects (unassigned vertical) are excluded by default.
浏览并筛选Art Blocks收藏品,支持可选文本搜索、链、垂直领域、标签、地板价和可铸造状态筛选。返回包含截断描述、地板价、铸造进度、特色代币图片以及Art Blocks.io直接链接的项目元数据。默认排除测试/开发项目(未分配垂直领域的项目)。
Filters
筛选条件
| Param | Type | Notes |
|---|---|---|
| string | Searches project name and artist name (case-insensitive partial match) |
| string | Filter by artist name (case-insensitive partial match) |
| number | |
| string | See verticals below |
| boolean | |
| string | Filter by tag (e.g. |
| number | Minimum floor price in ETH |
| number | Maximum floor price in ETH — only returns projects with a listing at or below this price |
| boolean | |
| boolean | Include test/dev projects (default false) |
| string | |
| number | Default 25, max 200 |
| number | For pagination |
| 参数 | 类型 | 说明 |
|---|---|---|
| 字符串 | 搜索项目名称和艺术家名称(不区分大小写的部分匹配) |
| 字符串 | 按艺术家名称筛选(不区分大小写的部分匹配) |
| 数字 | |
| 字符串 | 请查看下方的垂直领域列表 |
| 布尔值 | |
| 字符串 | 按标签筛选(例如 |
| 数字 | 最低地板价(以ETH为单位) |
| 数字 | 最高地板价(以ETH为单位)——仅返回有低于或等于该价格挂单的项目 |
| 布尔值 | |
| 布尔值 | 包含测试/开发项目(默认值为false) |
| 字符串 | |
| 数字 | 默认25,最大值200 |
| 数字 | 用于分页 |
Verticals
垂直领域
| Value | Description |
|---|---|
| Art Blocks Curated — highest-curation tier |
| Art Blocks Studio — artist-driven projects |
| Art Blocks Presents |
| Art Blocks Explorations |
| Art Blocks Playground |
| Art Blocks Flex — scripts with off-chain dependencies |
| Fully on-chain — no external dependencies |
| 值 | 描述 |
|---|---|
| Art Blocks Curated — 最高策展等级 |
| Art Blocks Studio — 艺术家主导的项目 |
| Art Blocks Presents |
| Art Blocks Explorations |
| Art Blocks Playground |
| Art Blocks Flex — 包含链下依赖的脚本 |
| Fully on-chain — 无外部依赖 |
Tool: get_project
get_project工具:get_project
get_projectReturns full details for a single project. Use this when you need more than provides — it returns the complete untruncated description, trait/feature distribution with per-value rarity percentages, artist profiles, tags, floor price, mint progress, minting config, featured token image, and artblocks.io link.
discover_projects| Param | Type | Notes |
|---|---|---|
| string | Full project ID (e.g. |
| string | Project slug (e.g. |
Key fields unique to (not in ):
get_projectdiscover_projects- — trait distribution: each feature name with all values, counts, and rarity percentages
featureFields - Full (not truncated —
descriptiontruncates at ~800 chars)discover_projects
返回单个项目的完整详情。当您需要提供的内容之外的信息时使用本工具——它会返回完整未截断的描述、带各值稀有度百分比的特征/属性分布、艺术家资料、标签、地板价、铸造进度、铸造配置、特色代币图片以及Art Blocks.io链接。
discover_projects| 参数 | 类型 | 说明 |
|---|---|---|
| 字符串 | 完整项目ID(例如 |
| 字符串 | 项目别名(例如 |
get_projectdiscover_projects- — 特征分布:每个特征名称及其所有值、数量和稀有度百分比
featureFields - 完整的(未截断——
description会截断至约800字符)discover_projects
Tool: get_artist
get_artist工具:get_artist
get_artistLooks up an artist and returns all their projects with metadata, floor price, tags, and artblocks.io links. Search by name (partial), profile slug (exact), or wallet address.
| Param | Type | Notes |
|---|---|---|
| string | Case-insensitive partial match |
| string | Exact profile slug (e.g. |
| string | Wallet address (exact match) |
| number | Optional chain filter |
| number | Max projects to return (1–100, default 50) |
At least one of , , or is required.
artistNameartistSlugartistAddress查找艺术家并返回其所有项目的元数据、地板价、标签以及Art Blocks.io链接。可按名称(部分匹配)、资料别名(精确匹配)或钱包地址搜索。
| 参数 | 类型 | 说明 |
|---|---|---|
| 字符串 | 不区分大小写的部分匹配 |
| 字符串 | 精确匹配资料别名(例如 |
| 字符串 | 精确匹配钱包地址 |
| 数字 | 可选的链筛选条件 |
| 数字 | 返回的最大项目数(1–100,默认50) |
必须提供、或中的至少一个参数。
artistNameartistSlugartistAddressTool: discover_live_mints
discover_live_mints工具:discover_live_mints
discover_live_mintsReturns projects currently active, unpaused, not complete, and past their start date. Ordered by most recently started. Includes minter type, pricing, supply, and artblocks.io links.
| Param | Type | Notes |
|---|---|---|
| string | Filter by project/artist name |
| number | |
| number | Default 25, max 200 |
返回当前活跃、未暂停、未完成且已过开始日期的项目。按最近启动时间排序。包含铸造者类型、定价、供应量以及Art Blocks.io链接。
| 参数 | 类型 | 说明 |
|---|---|---|
| 字符串 | 按项目/艺术家名称筛选 |
| 数字 | |
| 数字 | 默认25,最大值200 |
Tool: discover_upcoming_releases
discover_upcoming_releases工具:discover_upcoming_releases
discover_upcoming_releasesReturns projects with a future , ordered by soonest first. Includes minter configuration and artblocks.io links.
start_datetime| Param | Type | Notes |
|---|---|---|
| string | Filter by project/artist name |
| number | |
| number | Default 25, max 100 |
返回带有未来的项目,按发布时间从近到远排序。包含铸造配置以及Art Blocks.io链接。
start_datetime| 参数 | 类型 | 说明 |
|---|---|---|
| 字符串 | 按项目/艺术家名称筛选 |
| 数字 | |
| 数字 | 默认25,最大值100 |
Tool: list_tags
list_tags工具:list_tags
list_tagsReturns all distinct tag names that can be used with the filter. No parameters. Common tags: , , , , , , .
discover_projectstag"ab500""animated""interactive""audio""responsive""curated series 1""evolving"返回可用于的筛选条件的所有独特标签名称。无参数。常见标签:、、、、、、。
discover_projectstag"ab500""animated""interactive""audio""responsive""curated series 1""evolving"Tool: get_wallet_summary
get_wallet_summary工具:get_wallet_summary
get_wallet_summaryHigh-level portfolio summary for an Art Blocks collector. Returns total token count, unique project count, chain distribution, and a per-project breakdown (project name, artist, token count, artblocks.io link) sorted by number held.
| Param | Type | Notes |
|---|---|---|
| string | Wallet address or ENS name. Provide this or |
| string | Art Blocks username — aggregates across all linked wallets. |
| number | Optional chain filter |
| string | Filter to a specific project |
| number | Max projects in breakdown (1–100, default 25) |
| number | Pagination offset |
返回Art Blocks收藏家的投资组合高阶摘要。返回总代币数、独特项目数、链分布以及按持有数量排序的项目明细(项目名称、艺术家、代币数量、Art Blocks.io链接)。
| 参数 | 类型 | 说明 |
|---|---|---|
| 字符串 | 钱包地址或ENS名称。需提供此参数或 |
| 字符串 | Art Blocks用户名——汇总所有关联钱包的信息。 |
| 数字 | 可选的链筛选条件 |
| 字符串 | 筛选特定项目 |
| 数字 | 明细中返回的最大项目数(1–100,默认25) |
| 数字 | 分页偏移量 |
Tool: get_wallet_tokens
get_wallet_tokens工具:get_wallet_tokens
get_wallet_tokensReturns individual Art Blocks tokens owned by a collector with project context, media URLs, features/traits, mint date, and artblocks.io links.
| Param | Type | Notes |
|---|---|---|
| string | Wallet address or ENS name. Provide this or |
| string | Art Blocks username — aggregates across all linked wallets. |
| number | Optional chain filter |
| string | Filter to tokens from a specific project |
| string | |
| number | Default 100, max 250 |
| number | For pagination |
返回收藏家持有的单个Art Blocks代币,包含项目上下文、媒体URL、特征/属性、铸造日期以及Art Blocks.io链接。
| 参数 | 类型 | 说明 |
|---|---|---|
| 字符串 | 钱包地址或ENS名称。需提供此参数或 |
| 字符串 | Art Blocks用户名——汇总所有关联钱包的信息。 |
| 数字 | 可选的链筛选条件 |
| 字符串 | 筛选特定项目的代币 |
| 字符串 | |
| 数字 | 默认100,最大值250 |
| 数字 | 用于分页 |
User Profiles and Linked Wallets
用户资料与关联钱包
Art Blocks users can link multiple wallets to a single profile. , , and all accept either a (including ENS) or an Art Blocks . When a profile is found, tokens and eligibility are aggregated across all linked wallets, giving a complete view of a collector's holdings.
get_wallet_summaryget_wallet_tokenscheck_allowlist_eligibilitywalletAddressusernameArt Blocks用户可将多个钱包关联到单个资料。、和均接受(包括ENS)或Art Blocks作为参数。当找到对应资料时,会汇总所有关联钱包的代币和资格信息,完整展示收藏家的持有情况。
get_wallet_summaryget_wallet_tokenscheck_allowlist_eligibilitywalletAddressusernameProject ID Format
项目ID格式
The field in results is the full project ID used by all downstream tools:
id<contract_address>-<project_index>Example:
0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-0Use this directly with , , , and .
get_projectget_project_minter_configbuild_purchase_transactioncheck_allowlist_eligibility结果中的字段是所有下游工具使用的完整项目ID:
id<contract_address>-<project_index>示例:
0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-0可直接将其用于、、和。
get_projectget_project_minter_configbuild_purchase_transactioncheck_allowlist_eligibilityFollowing Up with GraphQL
使用GraphQL进行后续操作
The domain-specific tools above handle most use cases. For deeper data (sales history, aggregations, custom joins), use the GraphQL tools (, , ) as an escape hatch.
graphql_querybuild_queryexplore_table上述领域特定工具可处理大多数使用场景。如需更深入的数据(销售历史、聚合数据、自定义关联),可使用GraphQL工具(、、)作为备选方案。
graphql_querybuild_queryexplore_tablePagination
分页
undefinedundefinedPage 1
第1页
discover_projects(tag: "ab500", sortBy: "floor_asc", limit: 25, offset: 0)
discover_projects(tag: "ab500", sortBy: "floor_asc", limit: 25, offset: 0)
Page 2
第2页
discover_projects(tag: "ab500", sortBy: "floor_asc", limit: 25, offset: 25)
undefineddiscover_projects(tag: "ab500", sortBy: "floor_asc", limit: 25, offset: 25)
undefined