Export

QuoteFees

interface QuoteFees {
    affiliate?: string;
    asset: string;
    liquidity: string;
    outbound?: string;
    slippage_bps: number;
    total: string;
    total_bps: number;
}

Properties

affiliate?: string

affiliate fee in the target asset

Memberof

QuoteFees

asset: string

the target asset used for all fees

Memberof

QuoteFees

liquidity: string

liquidity fees paid to pools in the target asset

Memberof

QuoteFees

outbound?: string

outbound fee in the target asset

Memberof

QuoteFees

slippage_bps: number

the swap slippage in basis points

Memberof

QuoteFees

total: string

total fees in the target asset

Memberof

QuoteFees

total_bps: number

total basis points in fees relative to amount out

Memberof

QuoteFees

Generated using TypeDoc