PATCH
/
v1
/
referral
/
{address}
curl --request PATCH \
  --url https://backend.swap.coffee/v1/referral/{address} \
  --header 'Content-Type: application/json' \
  --data '{
  "fees_percentage": 123
}'
This response has no body data.

Authorizations

X-Api-Key
string
header
required

Path Parameters

address
string
required

Body

application/json
fees_percentage
number
required