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 does not have an example.

Authorizations

X-Api-Key
string
header
required

Path Parameters

address
string
required
Example:

"UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV"

Body

application/json
fees_percentage
number
required

Response

200
_mintlify/placeholder

ok