Method Name
public/get_invite_code
public/get_invite_code
TODO description
Parameters
wallet
string
required
Wallet address of the user |
Response
id
string or integer
required
|
result
object
required
|
result.code
string
required
Invite code |
result.remaining_uses
integer
required
Remaining uses of the invite code. Unlimited use codes will return -1 |
Example
{request_example_shell}
{request_example_javascript}
{request_example_python}
The above command returns JSON structured like this:
{response_example_json}