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

Get fees statistics for a party

Get accumulated fees, rewards, and applied discount information. A party ID must be supplied as filter.

Path Parameters
    partyId string required

    Restrict fees statistics to those for the given party.

Query Parameters
    assetId string

    Restrict fees statistics to those related to the given asset.

    fromEpoch uint64

    Epoch to filter from (included). If omitted, to epoch must not be set. If both omitted, the most recent epoch's data is returned.

    toEpoch uint64

    Epoch to filter to (included). If omitted, the range goes from from epoch to the most recent epoch.

Responses

A successful response.


Schema
    feesStatsForParty object[]

    Fees statistics for the given request.

  • Array [
  • assetId string

    Settlement asset of the market.

    refereesDiscountApplied string

    Total referral discounts applied to referee fees.

    totalMakerFeesReceived string

    Total maker fees received by the maker side.

    totalRewardsReceived string

    Total referral rewards received by referrer of the referral set.

    volumeDiscountApplied string

    Total volume discounts applied to referee fees.

  • ]
Loading...