likes: $0.009 per like, Min quantity 10, Max quantity 200000
followers: $0.013 per follower, Min quantity 100, Max quantity 100000
comments: $0.05 per comment, Min quantity 1, Max quantity 1000
views: $0.009 per view, Min quantity 100, Max quantity 1500000
HTTP Method: POST
API URL: https://instashop.today/api/services
API Key: You need to be logged in to see the API key
Response format: JSON
key: You need to be logged in to see the API key
action: services
Example response with description[ { "name": "Example Name Service", "rate": "Price Service", "min": "Min quantity for request", "max": "Max quantity for request" }, { "name": "Example Name Service", "rate": "Price Service", "min": "Min quantity for request", "max": "Max quantity for request" } ]
key: You need to be logged in to see the API key
action: add
service: Service Name
link: Link to post/profile
quantity: Needed quantity
Example response with description[ { "order": 123456 } ]
key: You need to be logged in to see the API key
action: status
order: Order ID
Example response with description[ { "start_count": "How many likes/comments/followers the user had before boosting", "status": "Describes whats with your order at this moment", "remains": "The quantity that remains to be delivered of a service", } ]
key: You need to be logged in to see the API key
action: balance
Example response with description[ { "balance": "1234.12", } ]