Get a project
Returns a project profile and its current stats. If your API key is associated with the project, the response includes additional owner-only stats.
Authorizations
API key issued via POST /api/public/v1/api-keys.
Path Parameters
URL-safe identifier of the project.
"yurts-by-nurt"
Response
The project and its stats.
Stable identifiers and handles for the project.
Display content for the project profile.
Verification and protection status flags for the project.
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.
- Option 1
- Option 2
- Option 3
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.
"500"
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.
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.
"50"
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.

