get-artist
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseLooking Up Art Blocks Artists
查找Art Blocks艺术家
Tool: get_artist
get_artist工具:get_artist
get_artistFinds an artist and returns all their Art Blocks projects with full metadata, floor prices, tags, and direct artblocks.io links. Results are ordered by most recently launched.
查找艺术家并返回其所有Art Blocks项目的完整元数据、地板价、标签以及指向artblocks.io的直接链接。结果按最新发布顺序排列。
Search Options
搜索选项
Provide at least one — they can be combined:
| Param | Type | Notes |
|---|---|---|
| string | Case-insensitive partial match (e.g. |
| string | Exact artist profile slug (e.g. |
| string | Artist's wallet address (exact match) |
| number | Optional — filter projects to a specific chain |
| number | Max projects to return (1–100, default 50) |
至少提供以下参数之一——也可组合使用:
| 参数 | 类型 | 说明 |
|---|---|---|
| 字符串 | 不区分大小写的部分匹配(例如: |
| 字符串 | 精确匹配艺术家个人主页的slug(例如: |
| 字符串 | 艺术家的钱包地址(精确匹配) |
| 数字 | 可选参数——按特定链过滤项目 |
| 数字 | 返回的最大项目数(1–100,默认值为50) |
Response Shape
响应结构
artistNames — deduplicated list of artist display names matched
artistProfiles — unique artist profile objects: { slug, displayName }
totalProjects — total project count matching the query
projects[] — array of project objects, each containing:
id — full project ID (contract_address-project_index)
name, artistName, description, slug
artBlocksUrl — direct link to project on artblocks.io
chainId, contractAddress, projectIndex
verticalName, verticalDisplay, curationStatus
active, paused, complete, invocations, maxInvocations, remaining
startDatetime, completedAt
aspectRatio, scriptTypeAndVersion, renderComplete
website, license
lowestListing — floor price in ETH (null if no listings)
featuredTokenImageUrl — hero image URL (null if none)
tags[] — tag name strings (e.g. "ab500", "animated")
artistProfiles[] — { slug, displayName }artistNames — deduplicated list of artist display names matched
artistProfiles — unique artist profile objects: { slug, displayName }
totalProjects — total project count matching the query
projects[] — array of project objects, each containing:
id — full project ID (contract_address-project_index)
name, artistName, description, slug
artBlocksUrl — direct link to project on artblocks.io
chainId, contractAddress, projectIndex
verticalName, verticalDisplay, curationStatus
active, paused, complete, invocations, maxInvocations, remaining
startDatetime, completedAt
aspectRatio, scriptTypeAndVersion, renderComplete
website, license
lowestListing — floor price in ETH (null if no listings)
featuredTokenImageUrl — hero image URL (null if none)
tags[] — tag name strings (e.g. "ab500", "animated")
artistProfiles[] — { slug, displayName }When to Use vs Other Tools
与其他工具的使用场景对比
Use | Use something else when... |
|---|---|
| You want all projects by a specific artist | You want to browse projects broadly → |
| You know the artist's name, slug, or wallet address | You have a specific project ID → |
| You want to compare an artist's body of work | You need token-level data → |
适合使用 | 适合使用其他工具的场景... |
|---|---|
| 你想要获取特定艺术家的所有项目 | 你想要广泛浏览项目 → 使用 |
| 你知道艺术家的姓名、slug或钱包地址 | 你有特定的项目ID → 使用 |
| 你想要对比艺术家的全部作品 | 你需要代币级别的数据 → 使用 |
Notes
注意事项
- Results include for each project — use these when presenting projects to users
artBlocksUrl - The field in results (under
artistSlug) can be used for subsequent lookupsartistProfiles - The tool excludes unassigned/test projects automatically
- If the artist name is ambiguous (partial match returns multiple artists), the array will show all matched names
artistNames - is the project number on the contract (e.g.
projectIndex);78is the full project ID (e.g.id)0xa7d8...d270-78
- 结果中包含每个项目的——向用户展示项目时可使用这些链接
artBlocksUrl - 结果中(下的)
artistProfiles字段可用于后续查询artistSlug - 该工具会自动排除未分配/测试项目
- 如果艺术家姓名存在歧义(部分匹配返回多个艺术家),数组会显示所有匹配的名称
artistNames - 是合约上的项目编号(例如:
projectIndex);78是完整项目ID(例如:id)0xa7d8...d270-78