Skip to main content
GET
/
api
/
public
/
v1
/
projects
/
{slug}
Get a project
curl --request GET \
  --url https://thefirm.biz/api/public/v1/projects/{slug} \
  --header 'Authorization: Bearer <token>'
{
  "identity": {
    "slug": "yurts-by-nurt",
    "displayName": "Yurts By Nurt",
    "fid": 3324275,
    "xHandle": null,
    "farcasterUsername": "nurt"
  },
  "content": {
    "bannerImageUrl": "https://thefirm.biz/profiles/yurts-by-nurt/yurts-logo.png",
    "pfpUrl": "https://thefirm.biz/profiles/yurts-by-nurt/yurts-pfp.png",
    "bio": [
      "Yurts by Nurt aims to be a yurt-centric construction organization leveraging synergy and quantum resistance to deliver sustainable employee housing."
    ],
    "websiteUrl": "https://thefirm.biz/autoboy",
    "teamMembers": [
      {
        "name": "Nurt Baglard",
        "pfpUrl": "https://thefirm.biz/profiles/headshots/headshot-nurt.png",
        "followerCount": 1,
        "farcasterUrl": "https://farcaster.xyz/nurt",
        "roles": [
          {
            "projectName": "Yurts By Nurt",
            "title": "Spokesperson"
          }
        ]
      }
    ]
  },
  "status": {
    "isProfileRegistered": true,
    "isLaunchVerified": true,
    "hasSniperProtection": true
  },
  "stats": {
    "buyerCount": 482,
    "launch": {
      "tokenAddress": "0x4200000000000000000000000000000000000042",
      "launchedAt": "2026-05-12T18:30:00.000Z"
    }
  }
}

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.

clanker4DeploymentConfig
object

Owner-only. Clanker V4 token deployment config for sniper-protected projects: token admin, pool configuration, and fee structure. Present only when the requesting API key owns the project.