Funding
All/v1/payments/* endpoints are blocked.
| Endpoint | Reason |
|---|---|
/v1/payments/deposits | Money movement - web only |
/v1/payments/withdrawals | Money movement - web only |
/v1/payments/methods | Payment setup - web only |
/v1/payments/transactions | Use web portal |
All other /v1/payments/* | Financial risk |
KYC & Verification
All identity verification endpoints are blocked.| Endpoint | Reason |
|---|---|
/v1/kyc/* | Onboarding - web only |
/v1/verify/phone/* | Verification - web only |
/v1/verify/email/* | Verification - web only |
Account Setup Process
- Create account - Via web portal
- Complete KYC - Via web portal
- Verify email/phone - Via web portal
- Fund account - Via web portal
- Generate API keys - Via web portal (with JWT)
- Start trading - Via API
Account Management
Profile changes and security settings must be done via web.| Endpoint | Reason |
|---|---|
/v1/users/me (PUT/DELETE) | Profile changes - web only |
/v1/mfa/* | Security setup - web only |
/v1/auth/login | Use web login + API keys |
/v1/auth/refresh | Not needed with API keys |
Security Settings via Web Only
- Enable/disable 2FA - Web portal only
- Change password - Web portal only
- Update email - Web portal only
- Update phone number - Web portal only
- Delete account - Web portal only