Method Name
public/create_account_with_secret
public/create_account_with_secretCreate 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.statusstringrequiredcreated 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}