Skip to main content
Glama
handlers.ts406 B
import { http, HttpResponse } from 'msw'; import { WithdrawalListResponse } from '../../src/types.js'; export const handlers = [ // Bitso API withdrawals endpoint for testConnection http.get('https://api.bitso.com/api/v3/withdrawals', () => { const response: WithdrawalListResponse = { success: true, payload: [] }; return HttpResponse.json(response, { status: 200 }); }), ];

Latest Blog Posts

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/blaze-xyz/bitso-mcp'

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