getCommissionRate
Retrieve commission rates for cryptocurrency trading on Aster Finance. Use this tool to check current commission percentages for specific trading pairs before executing trades.
Instructions
Get user's commission rate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |
Input Schema (JSON Schema)
{
"properties": {
"symbol": {
"type": "string"
}
},
"required": [
"symbol"
],
"type": "object"
}