Ins刷粉 Ins买粉丝 Ins涨粉 Ins买粉 Ins刷赞 Ins买赞 Instagram刷粉 Instagram买粉丝 IG买粉 IG涨粉 Ins加粉丝 Ins刷点赞 Ins刷播放量 Ins刷转发 推特刷粉 推特刷粉丝 推特涨粉 推特买粉 推特加粉丝 推特刷关注 推特刷订阅 推特点赞 推特刷赞 推特刷转推 推特刷转发 推特刷评论 推特刷浏览量 推特刷视频浏览量 推特刷播放量 推特买粉丝 推特增加粉丝 推特粉丝购买 X刷粉丝 Twitter刷粉 Twitter涨粉 Twitter买粉丝 Facebook刷粉 Facebook买粉丝 FB刷粉丝 Facebook刷赞 FB刷关注 Facebook刷订阅 Facebook刷点赞 Facebook刷评论 FB刷播放量 FB刷浏览量 TikTok刷粉 TikTok买粉丝 TikTok涨粉 TikTok刷点赞 TikTok刷播放量 YouTube刷订阅 YouTube买粉丝 YouTube刷播放量 YouTube刷观看时长 YouTube刷点赞 YouTube刷评论 Telegram刷粉 Telegram买粉 TG频道拉人 电报成员增加 TG群组刷成员

刷粉网 Shuafen.pro

shuafen.pro 刷粉平台:提供Ins刷粉、Twitter推特涨粉、TikTok刷点赞、YouTube买订阅、Facebook刷粉、Telegram拉人等服务,全网最快、最便宜的涨粉平台!

专业支持Instagram(Ins)、Twitter(X/推特)、Facebook(FB)、TikTok、YouTube、Telegram等平台刷粉、买粉丝、刷赞、刷播放量、刷评论、刷转发等服务!

有任何疑问,请通过Telegram联系我们

支持关键词:Ins涨粉、推特买粉丝、X刷粉丝、IG刷赞、TikTok刷播放量、YouTube刷观看时长、TG群组刷成员 等多种服务。

🌟 shuafen.pro 刷粉平台 - Ins买粉丝 Twitter推特刷粉 TikTok涨粉 YouTube刷播放量 Facebook刷赞 Telegram频道拉人,实现快速涨粉,提升社交活跃度!便宜、快速、可靠!🌟

API

HTTP Method POST
API URL https://shuafen.pro/api/v2
Response format JSON

Service list

Parameters Description
key Your API key
action services
Example response
[
    {
        "service": 1,
        "name": "Followers",
        "type": "Default",
        "category": "First Category",
        "rate": "0.90",
        "min": "50",
        "max": "10000",
        "refill": true,
        "cancel": true
    },
    {
        "service": 2,
        "name": "Comments",
        "type": "Custom Comments",
        "category": "Second Category",
        "rate": "8",
        "min": "10",
        "max": "1500",
        "refill": false,
        "cancel": true
    }
]

Add order

Example response
{
    "order": 23501
}

Order status

Parameters Description
key Your API key
action status
order Order ID
Example response
{
    "charge": "0.27819",
    "start_count": "3572",
    "status": "Partial",
    "remains": "157",
    "currency": "USD"
}

Multiple orders status

Parameters Description
key Your API key
action status
orders Order IDs (separated by a comma, up to 100 IDs)
Example response
{
    "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"
    }
}

Create refill

Parameters Description
key Your API key
action refill
order Order ID
Example response
{
    "refill": "1"
}

Create multiple refill

Parameters Description
key Your API key
action refill
orders Order IDs (separated by a comma, up to 100 IDs)
Example response
[
    {
        "order": 1,
        "refill": 1
    },
    {
        "order": 2,
        "refill": 2
    },
    {
        "order": 3,
        "refill": {
            "error": "Incorrect order ID"
        }
    }
]

Get refill status

Parameters Description
key Your API key
action refill_status
refill Refill ID
Example response
{
    "status": "Completed"
}

Get multiple refill status

Parameters Description
key Your API key
action refill_status
refills Refill IDs (separated by a comma, up to 100 IDs)
Example response
[
    {
        "refill": 1,
        "status": "Completed"
    },
    {
        "refill": 2,
        "status": "Rejected"
    },
    {
        "refill": 3,
        "status": {
            "error": "Refill not found"
        }
    }
]

Create cancel

Parameters Description
key Your API key
action cancel
orders Order IDs (separated by a comma, up to 100 IDs)
Example response
[
    {
        "order": 9,
        "cancel": {
            "error": "Incorrect order ID"
        }
    },
    {
        "order": 2,
        "cancel": 1
    }
]

User balance

Parameters Description
key Your API key
action balance
Example response
{
    "balance": "100.84292",
    "currency": "USD"
}
Example of PHP code