Endpoint Modules
Kumpulan dokumentasi endpoint backend Bitwewe (API v1 /api), disusun per modul bisnis.
Urutan modul
| Modul | File |
|---|---|
| Auth | endpoints-auth |
| KYC | endpoints-kyc |
| Withdraw & Deposit | endpoints-withdraw-deposit |
| Exchange & Orders | endpoints-exchange-orders |
| User, Bank, Wallet, History | endpoints-user-wallet-history |
| Webhooks | endpoints-webhooks |
| Content & Settings | endpoints-content-settings |
| Payment & Cash Order | endpoints-payment-cash-order |
| Notification & Messaging | endpoints-notification-messaging |
| Security & Recovery | endpoints-security-recovery |
| Profile & Account Settings | endpoints-profile-account-settings |
| PIN & Biometric | endpoints-pin-biometric |
| Identity Verification (Privy & Google Vision) | endpoints-identity-verification |
| Utility & Reference Data | endpoints-utility-reference |
Konvensi
- Struktur setiap modul: route → controller → method → payload → response sukses/gagal.
- Format envelope response mengikuti
docs/bitwewe/api-conventions. - Sumber kebenaran tetap di kode backend (
routes/api.php,app/Http/Controllers/Api,app/Http/Requests/Api).