Binance C2C API Documentation
The most comprehensive reference for the Binance C2C SAPI. Every endpoint documented with request/response examples, error codes, and implementation insights from production usage.
BAPI vs SAPI Architecture
Public API at p2p.binance.com — no authentication needed. Used for market data and ad search.
Signed API at api.binance.com/sapi/v1/c2c/ — HMAC-SHA256 required. All management endpoints.
Binance officially documents 1 C2C endpoint publicly.
We document 44.
Explore the API
Getting Started
Authentication, HMAC signing, and your first request
Market Data
1Public BAPI search — no auth required
Ads
8Create, update, list, and manage P2P ads
Orders
12Full order lifecycle management
Merchant
7Merchant status and business operations
Chat
6Real-time chat and WebSocket credentials
User
2User details and order summaries
Payments
3Payment method management
Currencies
2Digital and fiat currency lists
Commission
2Commission rate queries
Error Codes
8 categories with recovery patterns
Undocumented
9 features Binance doesn't tell you about
Get Started in 5 Minutes
Set up authentication, sync your clock, and make your first API call.
Getting Started Guide →