Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 577 Bytes

File metadata and controls

17 lines (8 loc) · 577 Bytes

FeeTypeEnum

The type of fee, such as ORDER, NETWORK, or SPREAD. ORDER - Fee for executing the order. NETWORK - Fee for network transactions. SPREAD - Fee for the difference between buy and sell prices. REBATE - Negative fee returned to the user as a reward or incentive.

Enum

  • ORDER (value: 'ORDER')

  • NETWORK (value: 'NETWORK')

  • SPREAD (value: 'SPREAD')

  • REBATE (value: 'REBATE')

[Back to Model list] [Back to API list] [Back to README]