v2

latestOpenAPI 3.0.3Apache 2.02026-07-3149289180.2 KB

Check Invite Code

Check whether an invite code can be used. When address is provided, the response is invalid if that address already has an account.

get/v1/info/invite

Query parameters

codestring required

Referral or invite code

Example:ABC123
addressstring

Address

Example:0x1234567890abcdef1234567890abcdef12345678

Response

Invite code validation response.

validboolean required

Whether the invite code can be used.

errorstring

Present when the invite code is invalid or unusable.