HomeDocumentationAPI Reference
Log In
API Reference

Get All Referral Codes

Method Name

public/get_all_referral_codes

Get all valid referral codes for this wallet.

Parameters

Response

idstring or integerrequired
resultarray of objectsrequired
result[].referral_codestringrequired
Referral code
result[].walletstringrequired
Wallet of the referrer
result[].receiving_walletstring or null
Wallet for reward payments

Example

{request_example_shell}
{request_example_javascript}
{request_example_python}

The above command returns JSON structured like this:

{response_example_json}