Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.clicker.xyz/llms.txt

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

The extended profile schema includes all profile information plus trading metrics metadata. This type is returned by profile endpoints and embedded in feed and leaderboard responses.
id
string
required
name
string
required
images
object
required

URLs for different size squares.

addresses
string[]
required
metadata
object
required
isNSFW
required

false when the profile is clean. Otherwise an object with nsfwImage and nsfwText booleans indicating which axes the scanner flagged. Clients decide whether to render, censor, or hide the underlying content.

Available options:
false
metrics
object
required

Social metrics for the profile

status
enum<string>
required

Indicates whether the profile's addresses are being tracked by the swaps indexer. unnamed means no addresses-to-check entries exist yet, backfilling means at least one is still pending backfill, active means all entries exist and have finished backfilling.

Available options:
unnamed,
backfilling,
active
externalId
string
isFollowedByUser
boolean

Whether the viewer follows this profile. Only populated on endpoints that accept a viewerAddresses query param (e.g. GET /v1/addresses/:identifier/profile). Absent on endpoints that do not surface follow status.