← All widgets

Wallet Panel

Trading

Fund the PMXT escrow: deposit USDC (smart approve included) and run the timelocked withdraw → claim flow, with live balance and history.

PMXT wallet

Deposits and withdrawals move real USDC and are not available in sandbox mode.

usage
import { WalletPanel } from 'pmxt-widgets';

<WalletPanel />
setup — sandbox mode (no API key needed)
import { PmxtProvider } from 'pmxt-widgets';

// Sandbox mode: live market data, fully simulated trading —
// a demo wallet with $1,000 of play money, no orders sent.
// Drop the sandbox prop (and add your PMXT API key) to go live.
<PmxtProvider config={{ apiUrl: '/api/pmxt' }} sandbox>
    <App />
</PmxtProvider>
npm
npm install pmxt-widgets
shadcn registry
npx shadcn@latest add https://widgets.pmxt.dev/r/wallet-panel.json