Skip to content

Features

Binance clone script features

A modular binance clone script features set for operators who need spot markets, wallets, realtime books, P2P onboarding, and admin tools — without inventing capabilities that are not in the product. Spot, Swap, and P2P can be enabled or disabled via configuration as you grow.

Spot trading

Spot trading marketplace

Looks and feels like a real exchange — not a wallet dashboard. Fees you control per market.

User-facing

  • Market list with pair selection
  • Live order book with depth visualization and buy/sell pressure
  • Recent trades tape
  • TradingView-based chart with candle API
  • Order form across advanced order types
  • Open orders, order history, and personal trade history
  • Market bookmarks (favorite pairs)
  • Market header with last price / 24h-style context
  • Responsive trading layout (desktop-first professional UI)

Admin / operator

  • Configure markets (base/quote, symbol, slug)
  • Price tick, amount tick, min order size / value
  • Per-market maker fee and taker fee
  • Market status (active/inactive style control)
  • Orders and trades oversight screens

Core differentiator

Matching engine

A real matching engine, not a simulation. Five order types. Three time-in-force modes. Atomic fills.

Order types

Market
Executes immediately against the book; unfilled remainder cancelled
Limit
Rests on the book at a price; fills at the resting (maker) price
Stop
Activates when last price crosses stop price; becomes a market order
Stop-Limit
Triggers at stop price, then places a limit at the configured limit price
Trailing stop
Stop tracks favorable price movement (absolute amount or percent trail)

Time-in-force

  • GTC — stays open until filled, cancelled, or expired
  • IOC — fill what is available now; cancel the rest
  • FOK — entire quantity fills at once or the order is rejected

Integrity properties

  • Price-time priority matching
  • Atomic fills with row locking
  • Self-cross prevention
  • 18-decimal bcmath precision (no native float risk)
  • Fund holds on placement; release/settle on fill/cancel
  • Optional client_order_id idempotency
  • Maker/taker fee recording on trades

Realtime

WebSocket-first market data

Zero polling. Self-hosted Laravel Reverb — no per-message SaaS tax.

Order book updates
Trade executed (public tape + personal)
Order updates (status, fills)
Balance updates
P2P escrow updates
P2P chat messages

Architecture path: Database → Matching engine → Reverb WebSocket → Alpine store → UI. Initial load and live updates share the same wire format to avoid UI flicker.

Money movement

Multi-currency wallets & ledger

Balances don’t magically change — they move through a ledger with locking and transaction records.

Auto-provisioned wallets for enabled currencies
Crypto and fiat currency models with logos, decimals, and enable flags
Ledger operations: credit, debit, hold, settle hold
Immutable-style transaction history across deposits, withdrawals, trades, swaps, and P2P locks
Admin oversight of wallets and transactions
Pending vs finished transaction lifecycle

Deposits & withdrawals

Pluggable payment gateways

Add crypto or fiat rails without rewriting the core app.

Manual gateway

Operator-reviewed deposit and withdraw flows — useful for fiat OTC-style or bank transfer workflows.

NOWPayments

Automated crypto deposit/withdraw with IPN callbacks, payout batching, currency sync, withdraw addresses, and admin tools.

Each plugin provides a unique driver key, deposit UI, withdraw UI, and optional admin entries — an extension surface for local payment methods without forking the whole product.

Swap

Instant crypto swap

One-click convert for users who don’t want to trade the book. You set the spread.

  • From/to currency selection
  • Live quote from USD reference prices and per-currency swap margin
  • Server-side quote re-derivation (client output is not trusted)
  • Atomic debit/credit via ledger
  • Deadlock-safe wallet locking order
  • Admin swap history and feature flag to disable entirely

P2P

P2P marketplace

Included P2P marketplace with escrow, chat, and admin tools — onboard users where card processors won’t.

User capabilities

  • Browse buy/sell ads with filters
  • Create and edit ads with margin-based pricing
  • Min/max fiat amounts and payment windows
  • Multiple payment methods per ad
  • Escrow locks seller crypto on trade start
  • Mark paid / release flow with in-trade chat
  • Reviews and ratings after trades

Admin capabilities

  • Ads moderation
  • Escrow list + detail with dispute resolution fields
  • P2P payment methods management
  • Reviews oversight
  • Currency-level P2P enable flags

Strategic fit for emerging markets: local bank transfers plus crypto escrow as a growth engine when bank APIs are expensive or unavailable.

Security & operations

Auth suite and admin back-office

Authentication & account security

  • Registration, login, email verification, password reset
  • Password confirmation for sensitive actions
  • TOTP two-factor authentication with recovery codes
  • Passkeys (WebAuthn)
  • Google OAuth
  • Rate limiting on auth endpoints
  • Profile, appearance, security settings, and account deletion

Admin console areas

  • Dashboard overview
  • Users, wallets, currencies
  • Gateways, accounts, transactions
  • Markets, orders, trades
  • Swaps
  • P2P ads, escrows, gateways, reviews
Self-hosted
Full source code
You own the stack
One-time license
Real matching engine
30-day money-back

Vonex Family is growing!

Why builders shortlist these features

Placeholder structure for social proof next to the feature map. Use only verified quotes in production.

velocity.trade

“Took about 24 hours to have everything up, My dev Had some problems with installation, Vonos cleared this up with an hour. Great support. wish me luck”

Juanjo Valiño.

Founder

“Setup and blazing in 6 days, as solo dev. You can't make this up!!”

memetradex.fun

“It's an amazing minimalist, lightweight, well-organized code. Im a php developer as well, am very impressed. It has all the core features you would want in a spot exchange. Im building a memecoin only MEXC so I need direct link new Memes daily on solana, it currently suppors only mainstream coins”

Christian Hatch

Founder

makx.io

“Hey Vonos, you promise to add Giftcard marketplace like in noones, when this is ready? I bought because I need giftscard added. I can pay it to get faster coding, I send u message in SIgnal, please see.”

Ozak Rolland

Dev / Admin

“hooooorrayyy!!!!, see you yesterday”

-

“I ended up cancelling and asked refund. if this can get fixed , I consider buying again. 1. English only not good- we want translations for Russion and Hindi. 2.Permission for many in Admin Area, how bussiness grow with no staff? 3. Add one India Gateway, my customer is in India, why you not making it for India? ”

Deepak R

Deepak

“I've already made back the money in P2P market!”

Developer experience

Modern stack operators can maintain

Not abandonware. Tested matching and ledger paths. Code a Laravel shop can actually ship against.

Laravel 13 Livewire 4 + Flux UI Tailwind CSS 4 Laravel Reverb + Echo Fortify (2FA + passkeys) Pest 4 tests Larastan / PHPStan Laravel Pint TradingView charts Feature flags: Spot / Swap / P2P

Back to the binance clone script overview · See a demo

See these features in a live environment

Request a demo of the trading UI, admin tools, and module layout.