https://cashinstyle.com/api/activity-ticker.json
Returns recent activity events for display in the activity ticker.
[{
"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 | 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:
|
identifier |
string |
Transaction category. Possible values:
|
is_survey |
boolean |
Indicates if the transaction is from a survey. Possible values:
|
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) |
| 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:
|
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 |