points

Use a referral code for the authenticated user

Uses a referral code for the authenticated user. The code must be valid and not already used.

patch/points/referral-code/use

Request body

codestring required

Referral code

chainIdnumber

Chain ID

Example request

{
  "code": "1234567890",
  "chainId": 8453
}

Response

Referral code used successfully

Changes

No recorded changes to this endpoint across all 1 revision of this API.