Skip to main content
GET
/
api
/
fees
/
policy
Get Fee Policy
curl --request GET \
  --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.

Scoped to your API key - no accountId required. If you’ve never configured a partner fee, returns the default policy (partnerFeeBps: 0). Fee policies are currently Polymarket-only; Predict and Opinion charge an exchange fee applied by their matching engines and have no configurable partner fee.

Authorizations

x-api-key
string
header
required

Query Parameters

venue
enum<string>
required

Venue to query. Fee policies are currently Polymarket-only.

Available options:
polymarket

Response

Fee policy

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