Skip to main content
GET
/
me
curl -H "Authorization: Bearer YOUR_KEY" \
  https://polychadsbot.xyz/api/v1/me
{
  "name": "MyApp",
  "tier": "pro",
  "rate_limit": "300/min",
  "websocket": true,
  "webhooks": false,
  "realtime": true,
  "max_page_size": 50,
  "requests_today": 142
}
Check your tier, rate limits, and how many requests you’ve used today.
curl -H "Authorization: Bearer YOUR_KEY" \
  https://polychadsbot.xyz/api/v1/me
{
  "name": "MyApp",
  "tier": "pro",
  "rate_limit": "300/min",
  "websocket": true,
  "webhooks": false,
  "realtime": true,
  "max_page_size": 50,
  "requests_today": 142
}
FieldTypeWhat it tells you
namestringLabel for this key
tierstringfree, pro, or enterprise
rate_limitstringYour limit (e.g. 300/min)
websocketboolWebSocket access enabled
webhooksboolWebhook delivery enabled
realtimeboolReal-time data (vs 5-min delay)
max_page_sizeintMax results per page
requests_todayintRequests used today

Authorizations

Authorization
string
header
required

Your API key — get one from @alrerat on Telegram

Response

200 - application/json

Key info

name
string
tier
string
rate_limit
string
websocket
boolean
webhooks
boolean
realtime
boolean
max_page_size
integer
requests_today
integer