Trade Fee provides real-time information about fee rates applicable to spot trading on our platform. Developer can retrieve the current fee rates for trading transactions, including maker and taker fees.
Request
Query Params
level
string
optional
Example:
default
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://testnet.trade.vessel.finance/api/v1/public/tradeFee?level=default'
Responses
🟢200OK
application/json
Body
vipFeeRateDetails
array [object {3}]
required
Including the VIP fee rate details
level
string
required
Specifies the fee rate level. In this context, "DEFAULT" signifies the standard fee rate level.
makerFeeRate
string
required
Represents the fee rate for maker transactions. In this case, a value of 0.002 indicates a fee rate of 0.2% for maker.
takerFeeRate
string
required
Represents the fee rate for taker transactions. In this case, a value of 0.002 suggests a fee rate of 0.2% for taker.