POST
/
v1
/
referral
/
bind
curl --request POST \
  --url https://api-evm.orderly.network/v1/referral/bind \
  --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 '{
  "referral_code": "<string>"
}'
{
  "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
referral_code
string
required

the referral code that admin wants to bind

Response

200 - application/json
success
boolean
required
timestamp
integer