POST
/
v1
/
referral
/
create
curl --request POST \
  --url https://api-evm.orderly.network/v1/referral/create \
  --header 'Content-Type: application/json' \
  --header 'orderly-account-id: <orderly-account-id>' \
  --header 'orderly-key: <orderly-key>' \
  --header 'orderly-signature: <orderly-signature>' \
  --header 'orderly-timestamp: <orderly-timestamp>' \
  --data '{
  "account_id": "<string>",
  "referral_code": "<string>",
  "max_rebate_rate": 123,
  "referrer_rebate_rate": 123,
  "referee_rebate_rate": 123
}'
{
  "success": true,
  "timestamp": 1702989203989
}

Headers

orderly-timestamp
string
required
orderly-account-id
string
required
orderly-key
string
required
orderly-signature
string
required

Body

application/json
account_id
string
required

the account id of the referrer

referral_code
string
required

the referral code that admin wants to create

max_rebate_rate
number
required

the referral code’s rebate rate (max 1)

referrer_rebate_rate
number
required

rebate rate of referrer

referee_rebate_rate
number
required

rebate rate of referee

Response

200 - application/json
success
boolean
required
timestamp
integer