Interface TradingFee

This is returned by fetchTradingFee(s).

Hierarchy

  • TradingFee

Properties

base: string

Fee rate for base token

info: Record<string, any>
percentage: true

Whether the fees are a percentage or flat rate

quote: string

Fee rate for quote token

symbol: `${string}/${string}`

Unified Market Symbol

Generated using TypeDoc