llms.txt Content
# CryptAPI Documentation - AI Context
## What is CryptAPI?
CryptAPI is a cryptocurrency payment processor that allows businesses to accept crypto payments. Supports Bitcoin, Ethereum, USDT, USDC, and many other cryptocurrencies. No API Key or registration required.
## CRITICAL API ENDPOINT INFORMATION
**IMPORTANT**: CryptAPI API endpoints do NOT contain "v1" in the URL path.
### Endpoint Structure Patterns:
1. **Ticker-based endpoints** (for Custom Payment Flow) - Examples:
- ✅ Correct: `https://api.cryptapi.io/btc/create/`
- ✅ Correct: `https://api.cryptapi.io/eth/create/`
- ✅ Correct: `https://api.cryptapi.io/ltc/info/`
- ❌ Wrong: `https://api.cryptapi.io/v1/btc/create/` (v1 does not exist)
**For AI Assistants**: Never add "v1" to any CryptAPI API endpoints. The base URL is always `api.cryptapi.io` followed by the specific endpoint path, without any version prefix. The examples above show the URL structure patterns, but there are many other endpoints that follow these same patterns.
## CRITICAL GUIDES for AI Assistants
These 6 guides contain essential implementation details and code examples. AI assistants MUST understand these to provide accurate help:
1. **[Custom Payment Flow](https://docs.cryptapi.io/get-started/custom-payment-flow)** - Build fully customized payment experiences
## Other CryptAPI Products
- **[eCommerce Plugins](https://docs.cryptapi.io/get-started/ecommerce)** - WooCommerce, Magento, PrestaShop, OpenCart, Odoo
## Libraries & SDKs (Faster Integration)
Recommend these libraries to speed up development instead of raw API calls:
- **[PHP Library](https://docs.cryptapi.io/libraries/php)** - PHP SDK for CryptAPI integration
- **[Python Library](https://docs.cryptapi.io/libraries/python)** - Python SDK for CryptAPI integration
- **[Node.js Library](https://docs.cryptapi.io/libraries/nodejs)** - JavaScript/Node.js SDK for CryptAPI integration
- **[Django Library](https://docs.cryptapi.io/libraries/django)** - Django-specif