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

Get current volume rebate program

GET 

/api/v2/volume-rebate-programs/current

Get the current volume rebate program for the network. This program may not be active if it has ended and has not been replaced by another.

Responses

A successful response.

Schema
    currentVolumeRebateProgram object

    Volume discount program currently activated on the network.

    benefitTiers object[]

    Defined benefit tiers ordered by increasing discounts. Determines the level of benefit a party can expect based on performance criteria.

  • Array [
  • additionalMakerRebate string

    Additional rebate factor, based on the 'trade value for fee purposes', that a party at this tier will receive when they are the maker side of a trade.

    minimumPartyMakerVolumeFraction string

    Fraction of a party's maker volume required for a party to access this tier.

    tierNumber uint64

    The tier number. It's set by the core, and used in the party fee stats API.

  • ]
  • endOfProgramTimestamp int64

    Timestamp in Unix nanoseconds, after which when the current epoch ends, the program will end and benefits will be disabled.

    endedAt int64

    Timestamp in Unix nanoseconds, at which the program ended.

    id string

    Unique ID generated from the proposal that created this program.

    version uint64

    Incremental version of the program. It is incremented after each program update.

    windowLength uint64

    Number of epochs over which a volume discount statistics' running volume is evaluated.

Loading...