python-binance

LLM Integration

Use python-binance docs with AI assistants — copy or link to machine-readable versions of the documentation

This documentation is available in machine-readable formats for use with AI assistants like Claude, ChatGPT, Cursor, Copilot, and others.

Agent Skill

Install the agent skill into any project or globally with npx skills (works with Claude Code, Cursor, Copilot, Gemini CLI, Goose, Roo Code, and 30+ other agents):

# Install into the current project
npx -y skills add sammchardy/python-binance

# Install globally (available in all projects)
npx -y skills add sammchardy/python-binance --global

Once installed, your AI agent will have access to python-binance documentation and API reference as context when working on your project.

Copy Docs for AI

Open With

Per-Page Markdown

Append .mdx to any docs URL to get the Markdown source for that page. For example:

FormatURLDescription
llms.txt/llms.txtPage index with titles, URLs, and descriptions
llms-full.txt/llms-full.txtFull processed Markdown of all documentation pages

On this page