ticker_price
Get current cryptocurrency trading prices for specific symbols to monitor market movements and inform trading decisions on the Aster exchange.
Instructions
Latest price for a symbol or symbols.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | Trading symbol |
Input Schema (JSON Schema)
{
"properties": {
"symbol": {
"description": "Trading symbol",
"type": "string"
}
},
"type": "object"
}