POST
/
environments
/
{environmentId}
/
nameService
/
{chainName}
/
signingMessage

Path Parameters

environmentId
string
required

ID of the environment

Required string length: 36
chainName
enum<string>
required

Shortened chain name

Available options:
ETH,
EVM,
FLOW,
SOL,
ALGO,
STARK,
COSMOS,
BTC,
ECLIPSE

Body

application/json
address
string
required

Valid blockchain wallet address, must be an alphanumeric string without any special characters

Maximum length: 255
domain
string
required
Maximum length: 255
uri
string
required

Response

200 - application/json
unsignedMessage
string
required

Plaintext message in chain-specific format (eg. SIWE for EVM) that needs to be signed with the admin domain address.