Skip to content

Store for LLM friendly versions of Crypto Exchange APIs

License

Notifications You must be signed in to change notification settings

rosssaunders/coincise

Repository files navigation

Crypto API Documentation

Overview

LLM friendly versions of Crypto Exchange Documentation. Each file is designed to fit within the context windows so analysts / developers / engineers working with these APIs can take full advantage of AI.

Docs

Exchange Documentation Last Updated
Binance Binance Spot Private REST API 2025-03-14
Binance Binance Spot Public REST API 2025-03-14
Binance Binance Spot FIX API 2025-03-14
Binance Binance Spot Private WebSocket API 2025-03-14
Binance Binance Spot Market Data SBE API 2025-03-14
Binance Binance USDM Private REST 2025-03-14
Binance Binance USDM Public REST 2025-03-14
Binance Binance USDM Private WebSocket 2025-03-15
Binance Binance USDM Public WebSocket 2025-03-15
Binance Binance CoinM Private REST 2025-03-14
Binance Binance CoinM Public REST 2025-03-14
Binance Binance CoinM Private WebSocket 2025-03-15
Binance Binance CoinM Public WebSocket 2025-03-15
Binance Binance Options Private REST 2025-03-15
Binance Binance Options Public REST 2025-03-15
Binance Binance Options Private WebSocket 2025-03-15
Binance Binance Options Public WebSocket 2025-03-15
Backpack Backpack API Documentation 2025-11-02
BingX BingX Spot Private REST API 2025-04-26
BingX BingX Spot Private WebSocket API 2025-04-26
BingX BingX Spot Public REST API 2025-04-26
BingX BingX Spot Public WebSocket API 2025-04-26
Bullish Bullish Trading API 2025-06-06
ByBit ByBit V5 Private REST 2025-03-15
ByBit ByBit V5 Public REST 2025-03-15
ByBit ByBit V5 Private WebSocket 2025-03-15
ByBit ByBit V5 Public WebSocket 2025-03-15
Crypto.com Crypto.com Private REST API 2025-04-26
Crypto.com Crypto.com Public REST API 2025-04-26
Crypto.com Crypto.com WebSocket API 2025-04-26
OKX OKX Private Trading REST 2025-03-15
OKX OKX Private Trading WebSocket 2025-03-15
OKX OKX Public Market Data REST 2025-03-15
OKX OKX Public Market Data WebSocket 2025-03-15
Gate.io Gate.io Delivery Private REST Trading API 2025-03-28
Gate.io Gate.io Delivery WebSocket API 2025-03-28
Gate.io Gate.io Futures Private REST Trading API 2025-03-28
Gate.io Gate.io Futures WebSocket API 2025-03-28
Gate.io Gate.io Options Private REST Trading API 2025-03-28
Gate.io Gate.io Options WebSocket API 2025-03-28
Gate.io Gate.io Spot Private REST API 2025-03-28
Gate.io Gate.io Spot Private REST Account API 2025-03-28
Gate.io Gate.io Spot Private REST Trading API 2025-03-28
Gate.io Gate.io Spot WebSocket API 2025-03-28
Gate.io Gate.io Unified Private REST API 2025-03-28
Gate.io Gate.io Unified WebSocket API 2025-03-28
Coinbase Coinbase Exchange Public REST API 2025-03-29
Coinbase Coinbase Exchange Private REST API 2025-03-29
Coinbase Coinbase Exchange WebSocket API 2025-03-29
Coinbase Coinbase INTX API Documentation 2025-11-09
Bitget Bitget Common API 2025-03-31
Bitget Bitget Spot API 2025-03-31
Bitget Bitget Futures API 2025-03-31
Bitmart Bitmart Spot API 2025-06-01
Bitmart Bitmart Contract API 2025-06-01
Bitmart Bitmart Futures API 2025-06-01
Bitfinex Bitfinex API Documentation 2025-11-22
Deribit Deribit Private Account API 2025-03-31
Deribit Deribit Private Block Combo Trading API 2025-03-31
Deribit Deribit Private Trading API 2025-03-31
Deribit Deribit Public API 2025-03-31
Digifinex Digifinex API Documentation 2025-11-22
MEXC MEXC Spot Private REST API 2025-04-11
MEXC MEXC Spot Public REST API 2025-04-11
MEXC MEXC Spot Private WebSocket API 2025-04-11
MEXC MEXC Spot Public WebSocket API 2025-04-11
MEXC MEXC Contract Private REST API 2025-04-11
MEXC MEXC Contract Public REST API 2025-04-11
MEXC MEXC Contract WebSocket API 2025-04-11
MEXC MEXC Broker Private REST API 2025-04-11
HTX HTX CoinM Private REST API 2025-04-19
HTX HTX CoinM Public REST API 2025-04-19
HTX HTX Spot Private REST API 2025-04-19
HTX HTX Spot Public REST API 2025-04-19
HTX HTX Spot FIX API 2025-04-19
HTX HTX Spot Private WebSocket API 2025-04-19
HTX HTX Spot Public WebSocket API 2025-04-19
HTX HTX USDT-M Private REST API 2025-04-20
HTX HTX USDT-M Public REST API 2025-04-20
HTX HTX USDT-M Private WebSocket API 2025-04-20
HTX HTX USDT-M Public WebSocket API 2025-04-20
Hyperliquid Hyperliquid API Documentation 2025-11-08
KuCoin KuCoin Spot REST API 2025-04-26
KuCoin KuCoin Spot WebSocket API 2025-04-26
KuCoin KuCoin Margin REST API 2025-04-26
KuCoin KuCoin Margin WebSocket API 2025-04-26
KuCoin Futures KuCoin Futures REST API 2025-04-26
KuCoin Futures KuCoin Futures WebSocket API 2025-04-26
Upbit Upbit API Documentation 2025-11-22
XT.com XT.com Spot API Documentation 2025-11-03

LLMs.txt

This repository includes an llms.txt file following the llms.txt specification to help LLMs understand and navigate the documentation structure effectively. The file provides a structured overview of all available API documentation.

Generating llms.txt

To regenerate the llms.txt file:

./tools/llms/generate-llms-txt.sh

Options:

  • --help: Show usage information
  • --dry-run: Preview output without writing file
  • --output FILE: Specify custom output file
  • --url URL: Use custom base URL for links
  • --verbose: Enable verbose logging

Example:

# Preview what would be generated
./tools/llms/generate-llms-txt.sh --dry-run

# Generate with custom output location
./tools/llms/generate-llms-txt.sh --output docs/llms.txt

Contributing

Feel free to submit PRs for missing crypto venues or endpoints.

About

Store for LLM friendly versions of Crypto Exchange APIs

Topics

Resources

License

Stars

Watchers

Forks

Contributors 5

Languages