Interface Fee

The fee property on Order objects.

This is not related to the Fees endpoints.

Link

https://docs.ccxt.com/en/latest/manual.html?#fee-structure

Hierarchy

  • Fee

Properties

The fee cost (base_fee * rate)

currency: string

Fee currency

percentage?: boolean

Whether the fee rate is a percentage or flat rate

The fee rate, 0.05% = 0.0005, 1% = 0.01, ...

Generated using TypeDoc