Developers

Tipping infrastructure for your product.

A REST API, a React SDK, and signed webhooks. Run tipping inside your own app without becoming a sports data company.

Quick example

GET /v1/competitions/comp_42/leaderboard
Authorization: Bearer hk_live_...

{
  "entries": [
    { "rank": 1, "displayName": "Sharif", "totalPoints": 88 },
    { "rank": 2, "displayName": "David",  "totalPoints": 86 }
  ]
}

© 2026 SwiftKick · a Gallantree company

Tipping for the group chat.