Introduction
Welcome to SanPay
SanPay provides complete crypto infrastructure for modern businesses. Whether you need to monitor wallet activity or accept crypto payments, we've got you covered.
Our Products
Wallet Manager
Real-time wallet monitoring with instant transaction notifications. Perfect for:
- Exchanges – Monitor deposit addresses in real-time
- Wallets – Track user balances and activity
- dApps – React to on-chain events instantly
- Analytics – Build dashboards with live blockchain data
Payment Gateway
Accept crypto payments with zero friction. Ideal for:
- E-commerce – Add crypto checkout in minutes via WooCommerce or Shopify plugins
- SaaS – Accept one-time crypto payments for digital services
- Marketplaces – Enable peer-to-peer crypto transactions
- Gaming – In-game purchases with crypto
Quick Start
Choose your product to get started:
# 1. Get your API key from the dashboard
# 2. Create a wallet
curl -X POST https://api.sanpay.io/v1/wallets \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"blockchain": "bitcoin", "label": "My Wallet"}' # 1. Get your API key from the dashboard
# 2. Create a payment request
curl -X POST https://api.sanpay.io/v1/payments \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"amount": "100.00", "currency": "USD"}' Supported Blockchains
| Blockchain | Mainnet | Testnet |
|---|---|---|
| Bitcoin | Yes | Yes |
| Ethereum | Yes | Yes |
| More coming soon... |
What's Next?
- API Reference – Full API documentation
- Webhooks Guide – Advanced webhook configuration
- Best Practices – Security and performance tips