Interface MarketMakerRewardsEpochMarketWithWallet

When providing a wallet parameter with the RestRequestGetMarketMakerRewardsEpoch request, the markets array will include wallet-specific details for each market.


interface MarketMakerRewardsEpochMarketWithWallet {
    market: string;
    rewardQuantity: string;
    maximumQualifiedOrderDistancePercent: string;
    minimumQualifiedOrderQuantity: string;
    walletDepthScore: string;
    walletUptimePercent: string;
    walletRewardVolumePercent: string;
    walletEligibilityVolumePercent: string;
    walletScorePercent: string;
    walletRewardQuantity: string;
}

Hierarchy (view full)

Properties

market: string

Market symbol

rewardQuantity: string

Token reward quantity for the market

maximumQualifiedOrderDistancePercent: string

Maximum qualified order distance from the midpoint of the spread.

  • All percents are expressed as standard decimal value with pip resolution. E.g. 18.5% is "0.18500000"
minimumQualifiedOrderQuantity: string

Minimum qualified order quantity

walletDepthScore: string

Epoch’s wallet depth score for the market.

  • For currently active epochs, this is the wallet’s estimated depth at last cache time.
  • Only provided if the request includes a wallet parameter.
walletUptimePercent: string

Epoch’s wallet “uptime” score for the market as a percent.

  • For currently active epochs, this is the wallet’s estimated score at last cache time.
  • Only provided if the request includes a wallet parameter.
  • All percents are expressed as standard decimal value with pip resolution. E.g. 18.5% is "0.18500000"
walletRewardVolumePercent: string

Epoch’s wallet qualified maker volume for the market as a percent relative to eligible wallet qualified maker volume.

  • For currently active epochs, this is the wallet’s estimated score at last cache time.
  • Only provided if the request includes a wallet parameter.
  • All percents are expressed as standard decimal value with pip resolution. E.g. 18.5% is "0.18500000"
walletEligibilityVolumePercent: string

Epoch’s wallet qualified maker volume for the market as a percent relative to total qualified maker volume.

  • For currently active epochs, this is the wallet’s estimated score at last cache time.
  • Only provided if the request includes a wallet parameter.
  • All percents are expressed as standard decimal value with pip resolution. E.g. 18.5% is "0.18500000"
walletScorePercent: string

Epoch’s wallet score for the market as a percent.

  • For currently active epochs, this is the wallet’s estimated score at last cache time.
  • Only provided if the request includes a wallet parameter.
  • All percents are expressed as standard decimal value with pip resolution. E.g. 18.5% is "0.18500000"
walletRewardQuantity: string

Epoch’s wallet token reward quantity for the market.

  • For currently active epochs, this is the wallet’s estimated token reward quantity at last cache time.
  • Only provided if the request includes a wallet parameter.
  • All percents are expressed as standard decimal value with pip resolution.