This is the API for eTrend Gigs, providing a range of services for social media management. Our platform connects you with over 15,000 real and active Nigerian freelancers, enabling you to automate your business operations effectively.
By integrating our API, you can streamline your processes, enhance your service offerings, and maximize your efficiency. Start automating today!
To access the API, you must sign in and obtain your API key.
Get API KeyYour API key must be included in every request.
https://etrendgigs.com/api/v2
https://bbbyte.com.ng/etrendgigs/api/v2
Use the following parameters:
{
"key": "Your API key",
"action": "services"
}
[
{
"service": 1,
"name": "Followers",
"type": "Default",
"category": "First Category",
"rate": "0.90",
"min": "50",
"max": "10000",
"refill": true,
"cancel": true
}
]
To add an order, use the following parameters:
{
"key": "Your API key",
"action": "add",
"service": "Service ID",
"link": "Link to page",
"quantity": "Needed quantity"
}
{
"order": 23501
}
To check the status of an order, use:
{
"key": "Your API key",
"action": "status",
"order": "Order ID"
}
{
"charge": "0.27819",
"start_count": "3572",
"status": "Partial",
"remains": "157",
"currency": "NGN"
}
To check your balance, use:
{
"key": "Your API key",
"action": "balance"
}
{
"balance": "100.84292",
"currency": "NGN"
}