Skip to main content
POST
/
api
/
v1
/
new_fees
/
trade-estimate
Trade fee estimate (April 2025)
curl --request POST \
  --url https://api.vatic.trading/api/v1/new_fees/trade-estimate \
  --header 'Content-Type: application/json' \
  --data '
{
  "side": "BUY",
  "makingAmount": 123,
  "takingAmount": 123,
  "eventId": "<string>",
  "eventSlug": "<string>"
}
'

Body

application/json
side
enum<string>
required
Available options:
BUY,
SELL
makingAmount
number
required
takingAmount
number
required
eventId
string
eventSlug
string

Response

Fee estimate result