Skip to main content
Glama

Upbit MCP Server

get_trades.py308 B
import httpx from config import API_BASE async def get_trades(symbol: str) -> list[dict]: """Get recent trade ticks for a symbol""" url = f"{API_BASE}/trades/ticks" async with httpx.AsyncClient() as client: res = await client.get(url, params={"market": symbol}) return res.json()

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