getPositionInfo
Retrieve current cryptocurrency position details including status, size, and value for specific trading symbols on the Aster Finance exchange.
Instructions
Get current position information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No |
Input Schema (JSON Schema)
{
"properties": {
"symbol": {
"type": "string"
}
},
"type": "object"
}