Skip to main content
Version: testnet (v0.73)

TradingDataService_GetReferralSetStats

TradingDataService_GetReferralSetStats

Path Parameters
    referralSetId string required

    Unique ID of the set.

Query Parameters
    atEpoch uint64

    Epoch at which the set's statistics were updated. If omitted, the last received statistics are returned.

    referee string

    Referee's party ID to filter statistics for. If omitted the statistics for all referees will be returned.

Responses

A successful response.


Schema
    stats object
    atEpoch uint64

    Epoch at which the set's statistics are updated.

    refereesStats object[]

    Referees' statistics for that epoch.

  • Array [
  • discountFactor string

    Discount factor applied to the party.

    epochNotionalTakerVolume Current referee notional taker volume
    partyId string

    Unique ID of the party.

    rewardFactor string

    Reward factor applied to the party.

  • ]
  • referralSetRunningNotionalTakerVolume string

    Running volume for the set based on the window length of the current referral program.

    setId string

    Unique ID of the set.

Loading...