401 Unauthorized
AuthenticationInvalid or missing API key
{
"status": "error",
"message": "API key is required"
}
How to Fix
- Check that your API key is correct
Complete guide to integrating with our unified API for Telegram gifts and stickers market data
Get up and running in 5 minutes with our step-by-step guide
Start a conversation with our Telegram bot to receive your unique API key.
https://t.me/WhiteAPIBot
Use this simple request to get floor prices for any gift
WhiteAPI.get_floor_gift(name = "Plush Pepe")
Receive comprehensive market data across all platforms
{
"status": "success",
"result": {
"Plush Pepe": {
"mrkt": 6380.6,
"portals": 5200.0,
"tonnel": 6150.0
}
}
}
Real-time pricing and analytics for Telegram gifts
Sticker market pricing and supply data
Advanced analytics and stats for sticker collections
Common error responses and troubleshooting
Invalid or missing API key
{
"status": "error",
"message": "API key is required"
}
Invalid request parameters or missing required fields
{
"status": "error",
"message": "Name parameter is required"
}
API rate limit exceeded for your plan
{
"status": "error",
"message": "Rate limit exceeded"
}