Skip to main content
GET
/
polymarket
/
builders
/
{builder_code}
/
metadata
Get a builder's display metadata
curl --request GET \
  --url https://api.struct.to/v1/polymarket/builders/{builder_code}/metadata
{
  "builder_code": "<string>",
  "name": "<string>",
  "website": "<string>",
  "twitter": "<string>",
  "icon_url": "<string>",
  "description": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.struct.to/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

builder_code
string
required

Builder code.

Response

200 - application/json

Builder metadata. Body is null when no metadata has been registered for this builder.

One row of polymarket_builder_metadata. Includes builder_code since it's used as the keying field on the standalone metadata endpoints.

builder_code
string
required
name
string
required
website
string | null
twitter
string | null
icon_url
string | null
description
string | null
Last modified on May 1, 2026