Skip to main content
POST
/
api
/
v1
/
referral-agent-links
/
{agent_link_id}
/
agreements
set referral agent commission
curl --request POST \
  --url https://my.exnessaffiliates.com/api/v1/referral-agent-links/{agent_link_id}/agreements/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "share_perc": 123,
  "cap_amount_usd": 123
}
'
{
  "code": "string",
  "message": "string"
}

Documentation Index

Fetch the complete documentation index at: https://exness-preview.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

Body

application/json
share_perc
number
required

Referral agent commission share in %

cap_amount_usd
number

Referral agent cap amount in USD. For the 1st stage should be null value

Response

OK