Wallet API
🏦 Wallet API – Secure, Fast & Scalable Digital Wallet System Build your own digital wallet system in minutes. The Wallet API provides a secure, fast, and flexible solution for managing balances, transactions, and virtual currencies for your users. Ideal for use cases like rewards, gaming, loyalty points, coins, in-app credits, and more. 🚀 Key Features: 🔐 Unique Wallet Assignment – Instantly…
Wallet API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/api/transactions/{wallet_id} /api/transactions/{wallet_id} |
Retrieves the transaction history for the specified wallet with pagination. |
| POST |
/api/delete/{wallet_id} /api/delete/{wallet_id} |
Deletes the specified wallet and all its associated data. |
| POST |
/api/debit/{wallet_id} /api/debit/{wallet_id} |
Removes funds from the specified wallet. |
| GET |
/api/export/{wallet_id} /api/export/{wallet_id} |
Exports the transaction history for the specified wallet in JSON or CSV format. |
| POST |
/api/assign /api/assign |
Creates a new virtual wallet with a unique ID. |
| POST |
/api/reset/{wallet_id} /api/reset/{wallet_id} |
Resets the balance of the specified wallet to zero. |
| GET |
/api/balance/{wallet_id} /api/balance/{wallet_id} |
Retrieves the current balance of the specified wallet. |
| GET |
/api/summary/{wallet_id} /api/summary/{wallet_id} |
Retrieves statistics and summary information for the specified wallet. |
| POST |
/api/credit/{wallet_id} /api/credit/{wallet_id} |
Adds funds to the specified wallet. |