One API call. A unique BEP20 address per order. Signed webhook the moment funds clear — no polling, no third parties, no fees.
Real-time balance, live analytics, payment history — all in one place.
No custodians. No KYC forms. No monthly invoices. Just a BEP20 gateway that gets out of the way.
POST your amount, get back a unique BEP20 address. No SDK required — raw HTTP works everywhere.
// headers: X-openbcp-Api-Key: sk-... fetch('/api/v1/payment', { method: 'POST', body: JSON.stringify({ amount_usdt: "49.99", external_id: "order_1234", callback_url: "https://you.com/webhook" }) }) // ← { deposit_address: "0x4a7b…", invoice_id: 41, expires_at: "…" }
Every order gets its own HD-derived BEP20 address. Zero address reuse. Zero payment ambiguity.
HMAC-SHA256 over raw bytes — not re-serialized JSON. Verify X-openbcp-Signature to reject spoofed events before touching your DB.
Revenue charts, success rates, peak hours. 24H · 7D · 30D · 1Y views. Percentage change vs. prior period.
One <script> tag. QR code + countdown + auto-confirm — entirely client-side. Your API key never touches the browser.
Ship in an afternoon. Pick the method that fits your stack — or use all three.
Paste one script tag into any HTML page. Call openbcp.open() with the invoice params your server returned. Done.
Type-safe client with dataclass models, HMAC webhook verification, and a blocking poll_until_paid() helper.
Install the MCP server and tell Claude "create a $50 payment for order #123" — it calls your openbcp and returns the deposit address. No code.
Sign up, paste the widget, start accepting USDT.
One click. No card, no KYC. Your API key and BEP20 HD wallet are ready on the Integration page immediately.
Send your order amount + external ID + callback URL. Get back a unique BEP20 deposit address and expiry. Show it to your customer.
After 12 BSC confirmations, openbcp POSTs an HMAC-SHA256-signed payload to your callback URL. Verify the signature, fulfil the order, done.
BSC gas fees cost less than $0.01 per transaction — no matter if you're moving $1 or $100,000. No monthly subscriptions. No percentage cuts. Just pure crypto-native payments.