API Documentation
ApexVault Platform
Getting Started
The ApexVault API allows developers to integrate our platform into their own applications. All endpoints return JSON and require authentication via API key.
Base URL
https://api.apexvault.com/v1
Authentication
Include your API key in the header of every request:
Authorization: Bearer YOUR_API_KEY
Endpoints
- GET /balance — Retrieve user balance
- GET /investments — List active investments
- GET /history — Fetch transaction history
- POST /deposit — Initiate a deposit request
- POST /withdraw — Submit a withdrawal request
Rate Limits
100 requests per minute per API key. Contact support if you need higher limits.
Support
Email api@apexvault.com for technical assistance.