Skip to content

Commit 7bb59a2

Browse files
Mlaz-codeclaude
andcommitted
docs(splits): reflect Pro-tier gating across splits page, overview, and pricing comparison
The /splits + /splits/history endpoints were never surfaced in the api-reference overview or pricing feature comparison, and the splits page claimed "Available on all tiers." All three surfaces now show Pro-tier ($229/mo) as the minimum. Reported by Phil Goodrich 2026-04-22 after hitting 403 tier_restricted against what the docs described. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 56f67ba commit 7bb59a2

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

content/en/api-reference/overview.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This spec covers all endpoints, request/response schemas, and authentication req
3737

3838
## Endpoint Summary
3939

40-
SharpAPI exposes 33 routes across 6 namespaces plus reference and health endpoints.
40+
SharpAPI exposes 35 routes across 7 namespaces plus reference and health endpoints.
4141

4242
### Odds
4343

@@ -66,6 +66,13 @@ SharpAPI exposes 33 routes across 6 namespaces plus reference and health endpoin
6666
| `GET` | `/api/v1/opportunities/arbitrage` | Yes | Hobby |
6767
| `GET` | `/api/v1/opportunities/middles` | Yes | Pro |
6868

69+
### Splits
70+
71+
| Method | Path | Auth | Min Tier |
72+
|--------|------|------|----------|
73+
| `GET` | `/api/v1/splits` | Yes | Pro |
74+
| `GET` | `/api/v1/splits/history` | Yes | Pro |
75+
6976
### Streaming
7077

7178
| Method | Path | Auth | Min Tier |

content/en/api-reference/splits.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GET /api/v1/splits
1414

1515
## Authentication
1616

17-
Requires API key. Available on all tiers.
17+
Requires API key. Requires **Pro tier** ($229/mo) or higher.
1818

1919
## What are betting splits?
2020

content/en/pricing.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Choose the plan that fits your betting strategy. All plans include access to our
1414
|------|-------|---------|---------|------------|-------|----------|
1515
| **Free** | $0/mo | 12 | 0 | 60s | 2 | Odds, Schedule |
1616
| **Hobby** | $79/mo | 120 | 0* | Real-time | 5 | Odds, Schedule, Arbitrage |
17-
| **Pro** | $229/mo | 300 | 0* | Real-time | 15 | + EV, Middles, Low Hold |
17+
| **Pro** | $229/mo | 300 | 0* | Real-time | 15 | + EV, Middles, Low Hold, Splits |
1818
| **Sharp** | $399/mo | 1,000 | 0* | Real-time | All 32 | + Priority Support |
1919
| **Enterprise** | Custom | Custom | Custom | Real-time | All | + History, Futures, Game State, SLA |
2020

@@ -63,6 +63,7 @@ Choose the plan that fits your betting strategy. All plans include access to our
6363
- Arbitrage Alerts
6464
- Middles Detection
6565
- Low Hold Detection
66+
- Betting Splits
6667

6768
Get Started
6869
</Cards.Card>
@@ -124,6 +125,8 @@ Need higher limits, custom features, or an SLA? Contact us for enterprise pricin
124125
| `GET /opportunities/arbitrage` | No | Yes | Yes | Yes | Yes |
125126
| `GET /opportunities/middles` | No | No | Yes | Yes | Yes |
126127
| `GET /opportunities/low_hold` | No | No | Yes | Yes | Yes |
128+
| `GET /splits` | No | No | Yes | Yes | Yes |
129+
| `GET /splits/history` | No | No | Yes | Yes | Yes |
127130
| `GET /futures` | No | No | No | No | Yes |
128131
| `GET /gamestate` | No | No | No | No | Yes |
129132
| CSV Export | No | No | Yes | Yes | Yes |

0 commit comments

Comments
 (0)