Skip to main content
POST
Validate a candidate app launch
Status: proposed. This endpoint is designed here but not yet implemented on app.elata.bio/api.

Authorizations

Authorization
string
header
required

SIWE-issued JWT, scoped to a wallet address. Obtain via Sign-In With Ethereum (EIP-4361) against app.elata.bio. Required for personalized Portfolio and Rewards endpoints. The sub claim is the wallet address; a request whose path {address} does not match the sub is rejected.

Body

application/json
name
string
required
symbol
string
required
Pattern: ^[A-Z0-9]{2,10}$
creator
string
required
Pattern: ^0x[a-fA-F0-9]{40}$
description
string
imageUrl
string<uri>
website
string<uri>

Response

200 - application/json

Preflight result.

ok
boolean
required
errors
object[]
required
warnings
object[]
required
nameAvailable
boolean
symbolAvailable
boolean
estimatedEltaCost
string

Estimated total ELTA the creator must approve, as a decimal string in wei.