import httpx
from config import API_BASE
async def get_ticker(symbol: str) -> dict:
"""Get the latest ticker data from Upbit"""
url = f"{API_BASE}/ticker"
async with httpx.AsyncClient() as client:
res = await client.get(url, params={"markets": symbol})
return res.json()[0]
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/solangii/upbit-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server