Skip to main content
Glama
112,956 tools. Last updated 2026-04-20 17:35
  • Get cryptocurrency prices and exchange rates from Coinbase. FREE - no payment required.
    Connector
  • Coin Tickers by ID — This endpoint allows you to **query the coin tickers on both centralized exchange (CEX) and decentralized exchange (DEX) based on a particular coin ID** Returns: { name: string, tickers: { base: string, target: string, market: { name: string, identifier: string, has_trading_incentive: boolean, logo: string }, last: number, volume: number, cost_to_move_up_usd: number, ... }[] }. PREREQUISITE: First call exchange info or symbol listing to discover valid trading pairs, then query market data.
    Connector
  • Global DeFi Market Data — This endpoint allows you **query top 100 cryptocurrency global decentralized finance (DeFi) data including DeFi market cap, trading volume** Returns: { data: { defi_market_cap: string, eth_market_cap: string, defi_to_eth_ratio: string, trading_volume_24h: string, defi_dominance: string, top_coin_name: string, ... } }.
    Connector
  • Get cryptocurrency prices from Korean exchanges (Upbit, Bithumb). Returns KRW-denominated prices, 24h volume, and change rate. Args: symbol: Crypto symbol (e.g., BTC, ETH, XRP, SOL, DOGE) exchange: Exchange to query — 'upbit', 'bithumb', or 'all' for both
    Connector
  • Swaps a digital asset for another using a Distributed Exchange (DEX) on the blockchain. Confirm (yes/no) before executing Swaps a digital asset for another using a Distributed Exchange (DEX). The DEX charges fees in performing the swap This tools forces the use of a swap via a blockchain DEX, rather try /account/swap to swap between digital assets @param api_key: The api key allocated to your application @param token: The wallet_api_token provided by /access/login @param account_fk: The account_fk associated with this blockchain wallet @param digital_asset_fk: The origin digital_asset_fk, get value from /crypto/digitalassets @param to_digital_asset_fk: The destination digital_asset_fk, get value from /crypto/digitalassets @param amount: The amount of the digital asset to swap @return: a json object
    Connector

Matching MCP Servers

Matching MCP Connectors

  • Exchange MCP — wraps the Frankfurter currency exchange API (free, no auth)

  • Gate DEX MCP for wallet auth, transfers, swaps, token info, market data, and RPC access.