你的 Builder Code 是一个Documentation Index
Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
Use this file to discover all available pages before exploring further.
bytes32 标识符,用于将通过你的应用路由的订单归属到你的 builder 资料。只需将其附加到你提交的每个订单上,不需要任何额外的身份验证。
访问你的 Builder 资料
获取你的 Builder Code
在个人资料的 Builder Code 部分,复制bytes32 值。它看起来像:
Builder code 是公开标识符 — 它们会出现在你归属的每个订单的链上
builder
字段中。只有你能控制哪些订单包含你的 code,所以请将其限定在你自己拥有的应用中。资料设置
你的 builder 资料包含可自定义的设置:| 设置 | 描述 |
|---|---|
| Profile Picture | 显示在 Builder 排行榜 上 |
| Builder Name | 排行榜上显示的公开名称 |
| Builder Address | 你的唯一 builder 标识符(只读) |
| Builder Code | 你附加到订单的 bytes32 code |
| Current Tier | 你的速率限制等级:Unverified、Verified 或 Partner |
环境变量
将你的 builder code 存储为环境变量:- Bash
- TypeScript
- Python
.env
使用你的 Builder Code
在每个订单中传入builderCode,以将其归属到你的 builder 资料:
故障排查
超出速率限制
超出速率限制
找不到 builder code
找不到 builder code
原因: 你还没有创建 builder 资料。解决方案: 前往
polymarket.com/settings?tab=builder
并设置你的资料来获取 builder code。
下一步
归属订单
将你的 builder code 附加到订单以获得交易量积分。
了解等级
了解速率限制以及如何升级。