get_ticker
Retrieve real-time ticker data for specific cryptocurrency symbols from the Upbit exchange. Input a symbol to access accurate pricing and market information for informed trading decisions.
Instructions
Get the latest ticker data from Upbit
Input Schema
Name | Required | Description | Default |
---|---|---|---|
symbol | Yes |
Input Schema (JSON Schema)
{
"properties": {
"symbol": {
"title": "Symbol",
"type": "string"
}
},
"required": [
"symbol"
],
"title": "get_tickerArguments",
"type": "object"
}