Interface MarketMakerRewardsEpochMarketWithoutWallet

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


See

MarketMakerRewardsEpochMarketWithWallet

interface MarketMakerRewardsEpochMarketWithoutWallet {
    market: string;
    rewardQuantity: string;
    maximumQualifiedOrderDistancePercent: string;
    minimumQualifiedOrderQuantity: 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