API Documentation

Integrate SmartFISH services into your application with our powerful and easy-to-use API

API Details

API URL

https://smartsmm.codeera.dev/api/v2

API Key

Login to get your API key

HTTP Method

POST

Response Format

JSON

Get Services List

key

Your API key

action

services

// Example response

[
    {
        "service": 1,
        "name": "Instagram Followers [High Quality]",
        "category": "Instagram",
        "rate": "2.50",
        "min": 100,
        "max": 10000,
        "type": "default"
    },
    {
        "service": 2,
        "name": "Facebook Page Likes",
        "category": "Facebook",
        "rate": "3.00",
        "min": 50,
        "max": 5000,
        "type": "default"
    }
]

Place New Order

key

Your API key

action

add

service

Service ID

link

Target URL

quantity

Order quantity

runs (optional)

Number of runs

interval (optional)

Interval in minutes

// Example response

{
    "status": "success",
    "order": 12345
}

Check Order Status

key

Your API key

action

status

order

Order ID

// Example response

{
    "status": "Processing",
    "charge": "25.00",
    "start_count": 1250,
    "remains": 500,
    "currency": "USD"
}

Check Multiple Order Status

key

Your API key

action

statuses

orders

Order IDs (comma separated)

// Example response

[
    {
        "order": 12345,
        "status": "Completed",
        "charge": "25.00",
        "start_count": 1250,
        "remains": 0
    },
    {
        "order": 12346,
        "status": "Processing",
        "charge": "15.50",
        "start_count": 800,
        "remains": 200
    }
]

Check User Balance

key

Your API key

action

balance

// Example response

{
    "status": "success",
    "balance": "1,234.56",
    "currency": "USD"
}

Place Refill

key

Your API key

action

refill

order

Order ID

// Response

{
    "refill": "1"
}

Check Refill Status

key

Your API key

action

refill_status

refill

Refill ID

// Response

{
    "status": "Completed"
}

Ready to Get Started?

Sign up now and get instant access to our powerful API