Skip to main content
Glama

CCXT MCP Server

fetchWithdrawals

Retrieve withdrawal records for a specified cryptocurrency account using the CCXT MCP Server. Filter by currency, time, and limit to streamline transaction analysis.

Instructions

Fetch withdrawal history for a configured account

Input Schema

NameRequiredDescriptionDefault
accountNameYesAccount name defined in the configuration file (e.g., 'bybit_main')
codeNoCurrency code (e.g., 'BTC', 'ETH')
limitNoLimit the number of withdrawals returned (optional)
sinceNoTimestamp in ms to fetch withdrawals since (optional)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "accountName": { "description": "Account name defined in the configuration file (e.g., 'bybit_main')", "type": "string" }, "code": { "description": "Currency code (e.g., 'BTC', 'ETH')", "type": "string" }, "limit": { "description": "Limit the number of withdrawals returned (optional)", "type": "number" }, "since": { "description": "Timestamp in ms to fetch withdrawals since (optional)", "type": "number" } }, "required": [ "accountName" ], "type": "object" }

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/lazy-dinosaur/ccxt-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server