You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[Betting]({% link docs/guides/betting.md %}) | Place bets, track history, manage wagers |
25
+
|[GraphQL Queries]({% link docs/guides/graphql-queries.md %}) | Use raw GraphQL for maximum flexibility |
26
+
|[Error Handling]({% link docs/guides/error-handling.md %}) | Handle errors gracefully in production apps |
27
+
|[Rate Limiting]({% link docs/guides/rate-limiting.md %}) | Stay within API limits and optimize throughput |
28
+
|[WebSockets]({% link docs/guides/websockets.md %}) | Real-time data streams and live updates |
29
+
|[Advanced Usage]({% link docs/guides/advanced-usage.md %}) | Analytics, batch operations, and automation |
30
+
|[Security]({% link docs/guides/security.md %}) | Best practices for securing your application |
31
+
|[Performance]({% link docs/guides/performance.md %}) | Optimize your StakeAPI integration |
32
32
33
33
Each guide includes working code examples you can copy and modify. All examples assume you have a [Stake.com account](https://stake.com/?c=WY7953wQ) and a valid access token.
Yes. Stake.com enforces rate limits. The default is 10 requests/second. See the [Rate Limiting Guide]({% link guides/rate-limiting.md %}).
107
+
Yes. Stake.com enforces rate limits. The default is 10 requests/second. See the [Rate Limiting Guide]({% link docs/guides/rate-limiting.md %}).
108
108
109
109
### Can I place bets with the API?
110
110
@@ -116,7 +116,7 @@ The current version does not support deposits or withdrawals for security reason
116
116
117
117
### Does StakeAPI support WebSockets?
118
118
119
-
Yes! See the [WebSocket Guide]({% link guides/websockets.md %}) for real-time data streaming.
119
+
Yes! See the [WebSocket Guide]({% link docs/guides/websockets.md %}) for real-time data streaming.
120
120
121
121
---
122
122
@@ -150,7 +150,7 @@ StakeAPI pins known endpoints. If Stake.com changes their API, you may need to u
150
150
151
151
### Is my data safe?
152
152
153
-
StakeAPI communicates exclusively over HTTPS. Your tokens are never stored or transmitted to third parties. See the [Security Guide]({% link guides/security.md %}).
153
+
StakeAPI communicates exclusively over HTTPS. Your tokens are never stored or transmitted to third parties. See the [Security Guide]({% link docs/guides/security.md %}).
154
154
155
155
---
156
156
@@ -172,7 +172,7 @@ Make sure your account has the relevant data (bets, balance, etc.). Some endpoin
172
172
173
173
Make sure you're using `async with` or calling `await client.close()`. Check your timeout settings.
174
174
175
-
For more issues, see the [Troubleshooting Guide]({% link resources/troubleshooting.md %}).
175
+
For more issues, see the [Troubleshooting Guide]({% link docs/resources/troubleshooting.md %}).
0 commit comments