Activity Ticker API

Endpoint

https://cashinstyle.com/api/activity-ticker.json

Returns recent activity events for display in the activity ticker.

Example Response

[{
  "value": "2.25",
  "date": "2026-01-31T17:47:00Z",
  "description": "Call of Dragons event:Reach Power 300k",
  "merchant": "primeearn",
  "operation": "credit",
  "panelist": {
    "country": "US",
    "username": "matt64653578",
    "role_name": "gold",
    "discord_avatar": "",
    "discord_id": "",
    "uuid": "0195f7f9-2ef6-78dd-a165-b384d8e74f72"
  },
  "identifier": "survey",
  "is_survey": false,
  "offer_id": 1234,
  "image_url": "https://example.com/offers/call-of-dragons.png"
}]

Field Descriptions

Field Type Description
value string (decimal) Transaction amount with 2 decimal precision, serialized as string
date datetime (ISO 8601) Transaction timestamp (UTC zone)
description string Offer/survey description for credits, payment processor name for withdrawals
merchant string Merchant/provider name (e.g., "BitLabs"). Empty for withdrawals
operation string Transaction type. Possible values:
  • credit - earnings from offers/surveys
  • debit - withdrawals
identifier string Transaction category. Possible values:
  • survey - offer/survey credits
  • withdrawal - withdrawals
is_survey boolean Indicates if the transaction is from a survey. Possible values:
  • true - survey completion
  • false - offer/game completion
offer_id int/null Offer ID (null for some entries)
image_url string/null Offer image URL (will be null for some entries and withdrawals)

Panelist Object

Field Type Description
country string Two-letter country code (ISO 3166-1 alpha-2)
username string Display username ("CIS Panelist" if privacy enabled)
role_name string User's badge/role name. Possible values:
  • none - no role assigned
  • bronze - Bronze tier
  • silver - Silver tier
  • gold - Gold tier
  • platinum - Platinum tier
  • ambassador - Ambassador role
New roles may be added in the future.
discord_avatar string Discord avatar hash (empty if not linked)
discord_id string Discord user ID (empty if not linked)
uuid string Unique panelist identifier