TeamNano | 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

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

Professional

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

Enterprise

৳ 749 /mo
  • 2000 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.

1

Unipin API Integration

Request Body POST
{
  "api": "TPBD-XXXX-XXXX",
  "orderid": "770",
  "playerid": "1234567890",
  "code": "Garena_PIN_Here",
  "url": "https://yoursite.com/callback"
}
Success Response
{"status":"success", "content":"Successful"}
Error Response
{"status":"error", "content":"Invalid PIN"}
2

Shell API Integration

Shell Request POST
{
  "api": "your_key",
  "playerid": "5930993272",
  "package": "67383",
  "username": "6679515",
  "password": "mypassword"
}

Notes

Ensure your callback URL is reachable. All requests must use JSON Content-Type.