Skip to main content
GET
/
api
/
v1
/
clubs
Get club dashboard data
curl --request GET \
  --url https://public-api.etoro.com/api/v1/clubs \
  --header 'x-api-key: <x-api-key>' \
  --header 'x-request-id: <x-request-id>' \
  --header 'x-user-key: <x-user-key>'
{
  "clubs": [
    {
      "name": "Silver",
      "minRealizedEquity": 5000,
      "maxRealizedEquity": 10000,
      "rank": 2
    }
  ],
  "contacts": {
    "manager": {
      "firstName": "John",
      "lastName": "Smith",
      "email": "john.smith@etoro.com",
      "calendarUrl": "https://calendly.com/etoro-club",
      "avatars": [
        {
          "small": "<string>",
          "medium": "<string>",
          "large": "<string>",
          "svg": {
            "url": "<string>",
            "backgroundColor": "<string>",
            "textColor": "<string>"
          }
        }
      ]
    }
  },
  "downgradeRisk": {
    "isAtRisk": false,
    "daysUntilDowngrade": 30
  },
  "offers": {
    "currentPlayerLevelAvailableOffers": [
      {
        "id": "80",
        "displayName": "Tax Return Offer",
        "description": "Discounted assistance with preparing annual tax returns from certified tax companies in your country.",
        "status": "Claimed",
        "type": "Financial",
        "deliveryMethod": "Static",
        "minimumClubLevel": "Silver",
        "offerUrl": "https://www.etoro.com/club/offers/80",
        "offersInBundle": [
          {
            "type": "Services",
            "offerLimit": 3
          }
        ],
        "subOffers": "<array>"
      }
    ],
    "nextPlayerLevelAvailableOffers": [
      {
        "id": "80",
        "displayName": "Tax Return Offer",
        "description": "Discounted assistance with preparing annual tax returns from certified tax companies in your country.",
        "status": "Claimed",
        "type": "Financial",
        "deliveryMethod": "Static",
        "minimumClubLevel": "Silver",
        "offerUrl": "https://www.etoro.com/club/offers/80",
        "offersInBundle": [
          {
            "type": "Services",
            "offerLimit": 3
          }
        ],
        "subOffers": "<array>"
      }
    ],
    "staticEligibleOffers": [
      {
        "id": "80",
        "displayName": "Tax Return Offer",
        "description": "Discounted assistance with preparing annual tax returns from certified tax companies in your country.",
        "status": "Claimed",
        "type": "Financial",
        "deliveryMethod": "Static",
        "eligibleClubLevels": [
          "Gold",
          "Silver",
          "Platinum",
          "PlatinumPlus",
          "Diamond"
        ]
      }
    ]
  },
  "webinars": {
    "upcomingWebinars": [
      {
        "id": 83618564462,
        "topic": "Club Webinars with Lale Akoner and Sam North",
        "startTime": "2026-05-20T14:00:00Z",
        "joinUrl": "https://us02web.zoom.us/j/83618564462",
        "recordUrl": "https://us02web.zoom.us/rec/play/example"
      }
    ],
    "previousWebinars": [
      {
        "id": 83618564462,
        "topic": "Club Webinars with Lale Akoner and Sam North",
        "startTime": "2026-05-20T14:00:00Z",
        "joinUrl": "https://us02web.zoom.us/j/83618564462",
        "recordUrl": "https://us02web.zoom.us/rec/play/example"
      }
    ]
  }
}

Headers

x-request-id
string<uuid>
required

A unique request identifier.

Example:

"50937a18-7fa5-48bf-83cb-703486489d1e"

x-api-key
string<password>
required

API key for authentication.

Example:

"lhgfaslk21490FAScVPkdsb53F9dNkfHG4faZSG5vfjndfcfgdssdgsdHF4663"

x-user-key
string<password>
required

User-specific authentication key.

Example:

"eyJlYW4iOiJVbnJlZ2lzdGVyZWRBcHBsaWNhdGlvbiIsImVrIjoiOE5sZ2cwcW5EUVdROUFNWGpXT2lmOWktZnpidG5KcUlqWGJ3WHJZZkpZcldrbG90ZEhvLVBjSWhQaU8xU1ZtMW84aU1WZGZqN2xWNzFjLXFxLmcybXE1dnh4Q1hUT25xaWRUaTFlcEhmVk1fIn0_"

Response

Club dashboard data retrieved successfully

Club dashboard data for a user

clubs
object[]

List of club tiers with equity thresholds

contacts
object

Account manager contact information for eligible users

downgradeRisk
object

Club tier downgrade risk assessment

offers
object

Club benefit offers categorized by tier availability

webinars
object

Upcoming and past club webinars