โ† All gifts
Acabado ๐’ฏยช

Acabadoย ๐’ฏยช

A virtual gift sent on TikTok LIVE. Buyer cost $0.01 per send.

1Diamond cost
$0.01USD value
Gift gallery API

Embed Acabado ๐’ฏยช + the full gift gallery via API

One request returns the full TikTok LIVE gift catalog - every name, diamond cost, and icon URL. Drop it straight into your own app.

ULTRA+
// npm install @tiktool/live
import { TikTokLive } from '@tiktool/live';

const live = new TikTokLive({ apiKey: 'YOUR_TIKTOOLS_KEY' });

// Fetch the full gift gallery / catalog (Pro+ = full live catalog).
const res = await fetch('https://api.tik.tools/webcast/gift_info', {
  headers: { 'x-api-key': 'YOUR_TIKTOOLS_KEY' },
});
const { data } = await res.json();

// data.gifts[] = every gift: name, diamond_count, icon URL, id.
for (const g of data.gifts) {
  console.log(g.name, g.diamond_count, g.icon);
}
View API docs Full live catalog needs Pro+ - see plans

Free TikTok LIVE API

Connect to any TikTok LIVE stream over WebSocket. Receive every gift event - including Acabado ๐’ฏยช - within 50 ms. Sandbox tier free, no credit card.

Read the docs โ†’

See top gifters

Browse the global gifter leaderboard - real users sending Acabado ๐’ฏยช and every other gift across 28 regions, updated every minute.

Gifters leaderboard โ†’

Production-ready SDK

One npm install -> live events in your terminal. Node.js + Python officially supported. Used by 1000+ developers.

Quick start โ†’

Want every gift event in real time?

Drop the free SDK in your app and stream gift, chat, like, follow, and battle events from any TikTok LIVE room.