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"
}

Path Parameters

eventSlug
string
required
Example:

"btc-updown-5m-1744027500"

Response

Fee configuration