getLeverageBrackets
Retrieve notional and leverage brackets for cryptocurrency trading positions to manage risk and margin requirements on the Aster exchange.
Instructions
Get notional and leverage brackets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No |
Input Schema (JSON Schema)
{
"properties": {
"symbol": {
"type": "string"
}
},
"type": "object"
}