get_trades
Retrieve recent trade ticks for a specific cryptocurrency symbol using the Upbit MCP Server, enabling precise market analysis and decision-making.
Instructions
Get recent trade ticks for a symbol
Input Schema
Name | Required | Description | Default |
---|---|---|---|
symbol | Yes |
Input Schema (JSON Schema)
{
"properties": {
"symbol": {
"title": "Symbol",
"type": "string"
}
},
"required": [
"symbol"
],
"title": "get_tradesArguments",
"type": "object"
}