Get instant answers with our comprehensive documentation, FAQs, or reach out to our support team
Get instant help from our support team via live chat
Send us detailed questions and we'll respond promptly
Speak directly with our technical support team
Non-custodial wallet integration, multi-chain support, and seamless fiat-crypto bridging. Built for developers, designed for everyone.
Total Balance
You control your private keys. Your crypto, your custody. We never hold your assets.
Bitcoin, Ethereum, Polygon, Binance Smart Chain, Solana, and 50+ blockchains supported.
Buy crypto with fiat instantly. Seamless on-ramp and off-ramp in 150+ currencies.
RESTful APIs, WebSocket streams, and comprehensive SDKs for easy integration.
Create your account and generate secure API credentials in seconds.
Use our pre-built SDKs or REST API to integrate wallet functionality.
Deploy to production and process crypto transactions at scale instantly.
// Initialize PayMatrixAI Wallet
import { PayMatrixWallet } from '@paymatrixai/sdk';
const wallet = new PayMatrixWallet({
apiKey: 'your_api_key',
network: 'mainnet'
});
// Create a new wallet
const newWallet = await wallet.create({
chains: ['ethereum', 'bitcoin', 'polygon']
});
// Get wallet balance
const balance = await wallet.getBalance(newWallet.address);
console.log(balance); // { ETH: 2.5, BTC: 0.1, MATIC: 100 }
Join thousands of developers using PayMatrixAI for secure, scalable wallet infrastructure