Dev Sketvia | FF Auto Topup API & Topup Website Solutions

Free Fire Shell &
Unipin API

The most reliable and lightning-fast Free Fire diamond top-up API for gaming merchants. Automate your platform's top-up system effortlessly with our wholesale API.

Choose Your Plan

API Packages

Tier 01

Starter

৳ 299 /mo
  • 300 Orders Processing
  • Shell + Unipin Access
  • Standard Server
Buy Package
Most Popular
Tier 02

Professional

৳ 499 /mo
  • 500 Orders Processing
  • Instant Webhooks
  • Priority Queue (Fast)
Buy Package
Tier 03

Enterprise

৳ 949 /mo
  • 1000 Orders Processing
  • Dedicated Server
  • Direct Admin Support
Buy Package
Integration Guide

Developer Docs

Complete documentation for Unipin and Shell APIs. Use the POST endpoints below to seamlessly integrate the top-up flow into your platform. All endpoints strictly accept JSON payloads.

1

Unipin API Integration

Order Place Request
POST
{
  "api": "TPBD-XXXX-XXXX",
  "orderid": "770",
  "playerid": "1234567890",
  "code": "Garena_Voucher_PIN_Here",
  "url": "https://yoursite.com/api/webhook"
}
/api/unipin/process
Success Callback 200 OK
{
  "orderid": "770",
  "status": "success",
  "content": "Transaction was successful"
}
Invalid ID/Serial ERROR
{
  "orderid": "769",
  "status": "error",
  "content": "Invalid Serial or PIN"
}
Consumed Voucher ERROR
{
  "orderid": "766",
  "status": "error",
  "content": "Consumed Voucher"
}
Region Mismatch ERROR
{
  "orderid": "771",
  "status": "error",
  "content": "region does not match"
}
API Limit / Invalid Key 401 / 429
{
  "status": "error",
  "message": "Your API request limit has been reached or API Key is invalid"
}
2

Shell API Integration

Shell Order Request
POST
{
  "api": "your_api_key_here",
  "playerid": "5930993272",
  "package": "67383",
  "code": "shell",
  "orderid": "104589616681",
  "url": "https://user-site.com/callback",
  "username": "6679515",
  "password": "mypassword",
  "autocode": "3MWJXGTEC"
}
/api/shell/process

Important Parameters

  • package Specifies the exact Shell quantity/bundle ID.
  • autocode Optional 2FA or security code if required by your account setup.
  • url The callback endpoint to receive asynchronous status updates.