Skip to main content
GET
Get a project

Authorizations

Authorization
string
header
required

API key issued via POST /api/public/v1/api-keys.

Path Parameters

slug
string
required

URL-safe identifier of the project.

Example:

"yurts-by-nurt"

Response

The project and its stats.

identity
object
required

Stable identifiers and handles for the project.

content
object
required

Display content for the project profile.

status
object
required

Verification and protection status flags for the project.

stats
object
required
expectedLaunch
object

When the project expects to launch, expressed as a precise datetime, a month, or a free-text label. The kind field discriminates the shape of value.

defaultMaxSpendUsdc
string

Owner-only. Default max autobuy spend in USDC applied to every user on this project, overriding the global default. Present only when the requesting API key owns the project.

Example:

"500"

maxSpendOverrides
object[]

Owner-only. Per-account max autobuy spend overrides. Each entry pairs a USDC limit with the accounts it applies to, matched by FID, address, or X username. Present only when the requesting API key owns the project.

defaultMinSpendUsdc
string

Owner-only. Minimum autobuy spend in USDC required from every user on this project, overriding the global floor. Present only when the requesting API key owns the project.

Example:

"50"

launchConfig
object

Owner-only. The launchpad this project deploys on and its pool config, as { platform, config }. For platform: "clanker" the config is the Clanker V4 deployment config (token admin, pool, fees); for platform: "bankr" it is the token symbol and the percent of supply vaulted. Present only when the requesting API key owns the project.