Skip to main content
GET
/
api
/
v1
/
fees
/
event
/
slug
/
{eventSlug}
Fee config by event slug (legacy)
curl --request GET \
  --url https://api.vatic.trading/api/v1/fees/event/slug/{eventSlug}
{
  "hasTakerFees": true,
  "type": "crypto",
  "feeRate": 0.25,
  "exponent": 2,
  "makerRebate": "20%",
  "matchedByTag": "5m"
}

Documentation Index

Fetch the complete documentation index at: https://docs.vatic.trading/llms.txt

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

Path Parameters

eventSlug
string
required
Example:

"btc-updown-5m-1744027500"

Response

Fee configuration