Skip to main content
GET
/
v1
/
info
/
invite
Check Invite Code
curl --request GET \
  --url https://api.perpetuals.polymarket.com/v1/info/invite
{
  "valid": true,
  "error": "<string>"
}
Request Weight: 1

Query Parameters

code
string
required

Referral or invite code

Example:

"ABC123"

address
string

Address

Example:

"0x1234567890abcdef1234567890abcdef12345678"

Response

Invite code validation response.

valid
boolean
required

Whether the invite code can be used.

error
string

Present when the invite code is invalid or unusable.