Skip to content

nukeguys/exkit

Repository files navigation

exkit

TypeScript libraries for cryptocurrency exchange APIs.

exkit provides exchange-specific wrappers, shared transport/auth utilities, a normalized exchange API layer, and an MCP server package built on top of them.

Packages

Core

Exchange Wrappers

Higher-Level API

MCP

Quick Start

Install a package directly:

npm install @nukeguys/exkit-upbit
import { createUpbitRestClient } from '@nukeguys/exkit-upbit';

const client = createUpbitRestClient();
const markets = await client.listTradingPairs();

Run the MCP package:

npx @nukeguys/exkit-mcp upbit

Choose a Package

  • Use an exchange wrapper if you want exchange-native request and response types.
  • Use @nukeguys/exkit-exchange-api if you want a normalized layer across exchanges.
  • Use @nukeguys/exkit-mcp if you want to expose the APIs through MCP.

Development

pnpm install
pnpm build
pnpm typecheck

Additional commands:

  • pnpm format
  • pnpm format:check
  • pnpm test:live

Repository

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors