getTicker
Retrieve detailed ticker data for cryptocurrency trading pairs to analyze real-time market information, including price, volume, and other key metrics, using Bitget exchange integration.
Instructions
Get full ticker information for a trading pair
Input Schema
Name | Required | Description | Default |
---|---|---|---|
symbol | Yes | Trading pair symbol |
Input Schema (JSON Schema)
{
"properties": {
"symbol": {
"description": "Trading pair symbol",
"type": "string"
}
},
"required": [
"symbol"
],
"type": "object"
}