HTTP 403 on /pub/v3/bets/place after rejected bets — request account review #166
tuanna050709
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Cloudbet team,
Lidya from support redirected me here for technical assistance with my Trading API account.
Problem
Every call to
POST /pub/v3/bets/placereturns HTTP 403 Forbidden (no JSON body, looks like a Cloudflare-level block). The same API key works fine for read endpoints —GET /pub/v1/account/currencies/USDT/balancereturns 200 with the correct balance.Root cause (my side)
I had a config bug in my betting bot: stakes were calculated as ~0.16–0.20 USDT each (instead of the intended 1.00 USDT). On 2026-05-03 between 07:19–07:36 UTC, the bot sent 12 bet placement requests, all of which were almost certainly rejected with
STAKE_BELOW_MIN. After those 12 rejections (100% rejection rate), every subsequent/pub/v3/bets/placerequest returns 403.I'm aware of the documented behavior:
That seems to match what happened to my account.
What I've fixed
STAKE_BELOW_MIN,STAKE_ABOVE_MAX,LIABILITY_LIMIT_EXCEEDEDproperly instead of blindly retryingAccount info
159.89.202.50(Singapore)Questions
/pub/v3/bets/place? (so I can validate before sending)Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions