Skip to main content
DELETE
/
api
/
fees
/
policy
Remove Partner Fee
curl --request DELETE \
  --url https://trade.predexon.com/api/fees/policy \
  --header 'x-api-key: <api-key>'
{
  "venue": "polymarket",
  "enabled": true,
  "platformFeeBps": 0,
  "partnerFeeBps": 0,
  "partnerTreasuryAddress": null,
  "totalFeeBps": 0
}

Documentation Index

Fetch the complete documentation index at: https://docs.predexon.com/llms.txt

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

Idempotent - calling it when no partner fee is set returns the current (default) policy.

Authorizations

x-api-key
string
header
required

Query Parameters

venue
enum<string>
required

Venue to clear the partner fee for.

Available options:
polymarket

Response

Partner fee removed (or already absent)

enabled
boolean

Whether fees are active

platformFeeBps
number

Platform fee in basis points

partnerFeeBps
number

Partner markup fee in basis points (0 if not configured)

partnerTreasuryAddress
string | null

EVM address receiving partner fee revenue

totalFeeBps
number

Combined fee: platformFeeBps + partnerFeeBps