bonus_earned is the number of bonus months the referral qualifies for based on the purchased duration (1 → 0, 3 → 1, 6 → 2, 12 → 3). Returns an empty list if you have no code yet. Rate limit: 30 requests/min per account.curl --location 'https://tunnelsats.com/api/referral/history' \
--header 'Accept;' \
--header 'Authorization: Bearer <token>'{
"history": [
{
"date": "2026-01-01 19:40:00",
"duration_purchased": 3,
"bonus_earned": 1
},
{
"date": "2025-12-25 10:00:00",
"duration_purchased": 12,
"bonus_earned": 3
}
]
}