v2

latestOpenAPI 3.0.12026-07-26334612609.5 KB
SDK

Create a new waas account

Create a new waas account

post/sdk/{environmentId}/waas/create

Path parameters

environmentIdstring required
Example:95b11417-f18f-457f-8804-68e361f9164f

ID of the environment

Request body

chain'EVM' | 'SVM' | 'SUI' | 'BTC' | 'TON' required
clientKeygenIdsNonEmptyBase58StringWith100MaxLength[] required
thresholdSignatureScheme'TWO_OF_TWO' | 'TWO_OF_THREE' | 'THREE_OF_FIVE'
skipLockboolean

When true, bypasses server-side lock during wallet creation.

addressTypestring

Response

Successfully created a room for waas account creation ceremony

roomIdstring required
serverKeygenIdsNonEmptyBase58StringWith100MaxLength[] required
newServerKeygenIdsNonEmptyBase58StringWith100MaxLength[]
walletIdstring

Example response

{
  "walletId": "95b11417-f18f-457f-8804-68e361f9164f"
}