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.
Example response
{
"artifacts": [
{
"kind": "build"
}
]
}