For Developers
API Documentation
Integrate Accs Trading directly into your software. Automate purchases and restock accounts programmatically.
Base URL
https://api.accstrading.com/v1
GET/api/v1/catalog
Fetch a list of all available products and their current stock levels.
Example Response
{
"success": true,
"products": [
{
"id": "prod_123",
"title": "Telegram Account T0",
"price": 1.50,
"stock": 420
}
]
}POST/api/v1/order/create
Create a new order for digital goods using your API key balance.
Example Response
{
"success": true,
"orderId": "ord_987",
"status": "COMPLETED",
"items": ["key_xyz_1", "key_xyz_2"]
}Ready to start automating?
Get your personal API key from the dashboard settings area.