Base URL
Quick Reference
Format
JSON over HTTPS
Auth
X-API-Key headerRate Limit
200 requests/minute
Get Your Key
Dashboard → API Key
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Programmatically check stock, buy accounts, and manage orders
https://mogalts.win/v1
X-API-Key header| Method | Endpoint | Description |
|---|---|---|
GET | /v1/stock | Get stock counts and prices |
GET | /v1/balance | Get your credit balance |
GET | /v1/orders | List your order history |
POST | /v1/buy | Purchase accounts |
POST | /v1/replace/:orderId | Request a replacement |
POST | /v1/generate | Generate Bedrock accounts |
# Check your balance
curl https://mogalts.win/v1/balance \
-H "X-API-Key: mog_your_key_here"
# Buy 1 account
curl -X POST https://mogalts.win/v1/buy \
-H "X-API-Key: mog_your_key_here" \
-H "Content-Type: application/json" \
-d '{"category":"Hypixel Unbanned","amount":1}'
