🔌 API Docs
Coming Soon
We’re working on this page and it will be available soon. Please check back later.
🔌 REST API · v2
GoBig MarketPlace API
Integrate GoBig MarketPlace's services directly into your app, panel or workflow. Simple HTTP API, instant responses, standard SMM panel format.
Endpoints
GETGet balance
GETList services
POSTPlace order
GETOrder status
GETBulk order status
POSTRequest refill
POSTCancel order
Base URL
https://api.gobigmarketplace.com
🔑 Authentication
All requests require your API key passed as the key parameter. Get your key from account settings after upgrading to Pro or Agency.
# GET request
https://api.gobigmarketplace.com/api/v2?action=balance&key=YOUR_API_KEY
# POST request
curl -X POST "https://api.gobigmarketplace.com/api/v2" \
-d "action=add" \
-d "key=YOUR_API_KEY" \
-d "service=1" \
-d "link=https://instagram.com/yourhandle" \
-d "quantity=1000"
GET
/api/v2/balanceGet balance
Returns your current wallet balance.
Example Request
curl -X GET "https://api.gobigmarketplace.com/api/v2?action=balance&key=YOUR_API_KEY"
Response
{
"balance": "24.58",
"currency": "USD"
}
📊 Order Statuses
PendingOrder received, not yet started.
In progressDelivery is underway.
ProcessingBeing prepared for delivery.
CompletedFully delivered.
PartialPartially delivered — eligible for refund on remainder.
CancelledCancelled. Refund issued to wallet.
RefundedFull refund issued to wallet.
Ready to integrate?
Upgrade to Pro or Agency to unlock your API key and start building.