v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-06282631.6 KB
Apps

Get app

Returns detailed information for a single app, including social links, team, and artifacts.

get/apps/{tokenAddress}

Path parameters

tokenAddressstring required

ERC-20 address of the app token.

Response

App detail.

idstring required
tokenAddressstring required
namestring required
symbolstring required
descriptionstring
imageUrlstring uri
creatorstring required
status'raising' | 'live' required
createdAtstring date-time required
websitestring uri
socialobject

Map of platform → URL (twitter, discord, github, ...).

Example response

{
  "artifacts": [
    {
      "kind": "build"
    }
  ]
}