HomeDocumentationAPI Reference
Log In
API Reference

Create Account With Secret

Method Name

public/create_account_with_secret

Create a new account and register invite

Parameters

secretstringrequired
Secret code
walletstringrequired
Ethereum wallet address
codestring or integer
Invite code (deprecated)
scw_ownerstring
SCW owner address

Response

idstring or integerrequired
resultobjectrequired
result.statusstringrequired
created or exists
result.walletstringrequired
Ethereum wallet address

Example

{request_example_shell}
{request_example_javascript}
{request_example_python}

The above command returns JSON structured like this:

{response_example_json}