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 --globalOnce 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
Open in GitHub
Browse the docs source files on GitHub.
View as Markdown
Open the full docs as raw Markdown text.
Open in Scira AI
Chat with docs context in Scira AI.
Open in ChatGPT
Start a ChatGPT conversation with docs context.
Open in Claude
Start a Claude conversation with docs context.
Open in Cursor
Add docs via Settings > Features > Docs > /llms-full.txt
Per-Page Markdown
Append .mdx to any docs URL to get the Markdown source for that page. For example:
Direct Links
| Format | URL | Description |
|---|---|---|
| llms.txt | /llms.txt | Page index with titles, URLs, and descriptions |
| llms-full.txt | /llms-full.txt | Full processed Markdown of all documentation pages |