SMM Panel API for Resellers & Developers
AstraSMM provides an API so resellers and developers can place orders, check status, and manage balances programmatically instead of using the dashboard manually.
The API uses a standard request/response format with an API key for authentication, which makes it straightforward to connect to your own panel, store, or internal tools.
What the API can do
The API exposes the core actions you need to resell or automate: list available services and their pricing, place a new order with a link and quantity, check the status of one or more orders, and read your account balance. Each request is authenticated with your API key, and responses follow a consistent format.
Getting started
Create an account, add funds, and open the API documentation from your dashboard to find your key and the full endpoint reference. Start with a single test order to confirm your integration before scaling up.
Frequently asked questions
How do I authenticate with the API?
Each request includes your API key, which is available in your account after you register. Keep the key private — it controls ordering against your balance.
What actions does the API support?
You can list services, place an order with a link and quantity, check the status of one or more orders, and read your account balance. See the API documentation for the full reference.
Where is the documentation?
The API documentation is available from your account once you sign in, including endpoints, parameters, and example requests.
Can I use the API and the dashboard together?
Yes. Orders placed via the API appear in your dashboard alongside any you place manually, so you can track everything in one place.