Jump to content

API Betting so slow...


t308017

Featured Comment

Posted

When I asked support I got this response!

"Hey there.

Thank you for reaching out to us!

No issues have been detected on our end as of lately, and we do not offer assistance regarding API.

If there is anything else we can help you with, feel free to contact us.

We are available 24/7."

So, where do I go from here, why do they even offer API betting at all if they don't support you?

I see unusual behaviour with far more players on Mines then I have ever seen before. It is usual for Dice to to the most played game?

image.thumb.png.201935d8a46610edef9750bab17d30c9.png

  • 4 weeks later...
  • 4 weeks later...
  • 2 weeks later...
Posted

So after weeks of tries ive finally got it to connect to HTTP and WSS, you must send your api key or session cookie with cf_clearance cookie. cf_bm is not needed at all. then for WSS i send all cookies we collected since initial HTTP call.

Also it could be me but im pretty sure newly created APIs are slow, wait 24 hours before expecting full speed from it.

 

Posted
On 6/20/2024 at 9:15 PM, caffeine204 said:

So after weeks of tries ive finally got it to connect to HTTP and WSS, you must send your api key or session cookie with cf_clearance cookie. cf_bm is not needed at all. then for WSS i send all cookies we collected since initial HTTP call.

Also it could be me but im pretty sure newly created APIs are slow, wait 24 hours before expecting full speed from it.

 

Hey do you have any example?

Posted
2 hours ago, lakrix said:

Hey do you have any example?

JavaScript example:

 

const headers = {

    'cookie': '__cf_bm=<your cookie>; cf_clearance=<your cookie>',

    'x-access-token': '<api key>',

    'origin': 'https://stake.com/',

    'user-agent': 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36',

};

 

If I get some time this week I will make documentation on the full api

Posted

I also found out last night that ANY valid cf_clearance token will work with any API. it does not have to be your actual cookie. i have been on 4 different APIs now using the same cf_clearance and a random __cf_bm.

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

Privacy Policy Terms of Use