Skip to main content
A tag is a category that groups markets and events by theme, such as politics, crypto, or sports. The Tags endpoints list the available tags, fetch a single tag, surface the top traders within a category, and expose per-tag analytics.

Browse

Category leaders

Analytics

Filter by tag

Example

import { StructClient } from "@structbuild/sdk";

const client = new StructClient({ apiKey: "YOUR_API_KEY" });

const { data: tags } = await client.tags.getTags();

const { data: tag } = await client.tags.getTag({ identifier: "politics" });
Last modified on June 16, 2026