get_fee_rate
Retrieve the trading fee rate for a given symbol and product type. Specify the trading pair and category to get the fee information.
Instructions
Get trading fee rate for a symbol.
Args: symbol: The trading pair, e.g., BTCUSDT. category: Product type: spot, linear, inverse, option (default: spot).
Returns: Fee rate information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| category | No | spot |