HTTP Method | POST |
---|---|
API URL | https://yoyomedia.com/api/v2 |
Response format | JSON |
Example code | Example of PHP code |
Parameters | Description |
---|---|
key | Your API key |
action | services |
[ { "Category":"Seo", "name":"Data Entry", "services":"1", "rate":1, "min":"10", "max":"100000", "type":"Default" }, { "Category":"Seo", "name":"Keyword Optimize", "service":"2", "rate":1, "min":"50", "max":"15000", "type":"Default" } ]
{ "order": 1000000 }
Parameters | Description |
---|---|
key | Your API key |
action | status |
order | order id |
{ "charge": "0.27819", "start_count": "3572", "status": "Partial", "remains": "157", "currency": "USD" }
Parameters | Description |
---|---|
key | Your API key |
action | status |
order | Order IDs separated by comma |
{ "1": { "charge": "0.27819", "start_count": "3572", "status": "Partial", "remains": "157", "currency": "USD" }, "10": { "error": "Incorrect order ID" }, "100": { "charge": "1.44219", "start_count": "234", "status": "In progress", "remains": "10", "currency": "USD" } }
Parameters | Description |
---|---|
key | Your API key |
action | balance |
{ "balance": "100.84292", "currency": "USD" }
Parameters | Description |
---|---|
key | Your API key |
action | refill |
order | order id |
{ "success": "Your order will be refill asap. Thank you for patience." }
Parameters | Description |
---|---|
key | Your API key |
action | cancel |
order | order id |
{ "success": "Your order will be cancel asap. Thank you for patience." }