Skip to main content
GET
Get your fees
GET /user/fees-v3 returns the five fee rates that apply to your account. Rates are set per account. Every rate is a decimal fraction string: "0.05" is 5%, "0.005" is 0.5%. The four payout fees are charged on profit, at settlement, and only on a bet that won. A loss and a void are never charged. makerPayoutFee and takerPayoutFee cover singles, makerParlayPayoutFee and takerParlayPayoutFee cover parlays, and which of each pair applies comes from your side of the fill: the resting order is the maker, the incoming order that filled it is the taker. What you were actually charged lands in settlement.settleFeeAmount on the bet. refundFee is charged at fill time instead, and applies to the whole capital-efficiency refund rather than to profit. It has no maker or taker variant. The refund you receive, ceRefundAmount, is already net of it, and the fee itself is ceRefundFeeAmount. See Capital efficiency.

Authorizations

x-sx-api-key
string
header
required

API key, sent as the x-sx-api-key header. Generate one from the API keys section of your account page on sx.bet.

Response

status
string

success or failure if the request succeeded or not

data
object
Last modified on August 11, 2026