MarketPriceFees

interface MarketPriceFees {
    amount: string;
    type: MarketPriceFeesTypeEnum;
    recipient_address: string;
}

Properties

amount: string

Fee in the payment currency

MarketPriceFees

Fee type

MarketPriceFees

recipient_address: string

Wallet address of fee recipient

MarketPriceFees