Forum Admin Featured Comment Tristan Posted September 6, 2022 Forum Admin Featured Comment #26 Posted September 6, 2022 Due to the recent changes, we have blocked access to our API for external users. We plan on building a public API in the future for everyone to have access to however. Unfortunately, I cannot provide an ETA on that so I apologize - sorry for the inconvenience this has caused.
pragna Posted September 7, 2022 #28 Posted September 7, 2022 7 hours ago, Tristan said: Due to the recent changes, we have blocked access to our API for external users. We plan on building a public API in the future for everyone to have access to however. Unfortunately, I cannot provide an ETA on that so I apologize - sorry for the inconvenience this has caused. thx for the infos but the api was already public 😉. everyone can reach api.stake.bet/graphql.
balbs89 Posted September 11, 2022 #29 Posted September 11, 2022 On 9/7/2022 at 4:00 AM, pragna said: thx for the infos but the api was already public 😉. everyone can reach api.stake.bet/graphql. how do i do a posr request directly from there?
pragna Posted September 11, 2022 #30 Posted September 11, 2022 1 hour ago, balbs89 said: how do i do a posr request directly from there? not so easy. reads the doc tab on the right side but at time you only get an forbidden as response.
pragna Posted September 16, 2022 #34 Posted September 16, 2022 On 9/15/2022 at 8:55 PM, xxx44552 said: partly work again what? my connection still have forbidden.
xxx44552 Posted September 17, 2022 #35 Posted September 17, 2022 14 hours ago, pragna said: what? my connection still have forbidden. Go to email, my nickname is login of gmail
pragna Posted September 17, 2022 #36 Posted September 17, 2022 1 hour ago, xxx44552 said: Go to email, my nickname is login of gmail dont understand what you talk about
pragna Posted September 20, 2022 #38 Posted September 20, 2022 okay seems api is working now but you must set the POST to tls1.2
ajdelucia Posted September 21, 2022 #39 Posted September 21, 2022 On 9/20/2022 at 4:19 PM, pragna said: okay seems api is working now but you must set the POST to tls1.2 can you explain what you mean by this and how someone would go about implementing this into their current code?
pragna Posted September 22, 2022 #40 Posted September 22, 2022 As example: (i use c# bot) var murl = "https://api." + StakeURL + "/graphql"; ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; ..... RestoreClient = new RestClient(); RestoreClient .BaseUrl = new Uri(murl); ..... RestoreClient .UserAgent = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36";
balbs89 Posted September 24, 2022 #41 Posted September 24, 2022 how do i achieve that with python? does anyone have any idea? ty
ajdelucia Posted October 1, 2022 #42 Posted October 1, 2022 On 9/24/2022 at 7:22 PM, balbs89 said: how do i achieve that with python? does anyone have any idea? ty Have you figured this out?
sanloro Posted October 20, 2022 #43 Posted October 20, 2022 On 9/22/2022 at 6:18 AM, pragna said: As example: (i use c# bot) var murl = "https://api." + StakeURL + "/graphql"; ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; ..... RestoreClient = new RestClient(); RestoreClient .BaseUrl = new Uri(murl); ..... RestoreClient .UserAgent = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36"; hello buddy, in my written code it's exactly like that even so I can't. we need to force a situation something like selenium in python... but I wouldn't like that! oh god....
Ranyelson Posted October 21, 2022 #44 Posted October 21, 2022 The api changed to https://stake.com/_api/graphql, but it is still blocked for use, returns error 503, does anyone know how to circumvent this?
pragna Posted October 22, 2022 #45 Posted October 22, 2022 i test it later Okay . stake.com/_api/graphql is the right one but now they make a secure connection check before. Checking if the site connection is secure stake.bet needs to review the security of your connection before proceeding.\n Have no time to fix. maybe later
Featured Comment
Archived
This topic is now archived and is closed to further replies.