rogue Posted December 18, 2023 #1 Posted December 18, 2023 Hi, we're looking for API access to the stake bet log. We have a unique use case we are sure Stake.com would love to be involved with. Let me know how to reach someone to talk to about this. Rogue
Blackshires Posted February 17, 2024 #2 Posted February 17, 2024 API access is public, set your API key in parameters-API, and then simply use it. No documentation needed, you can retrieve any information with this. Simply look which request is made by your browser (F12->dev...), and search for the graphql requests. Send the same payload to the same endpoint and you get a json with your response, you can ask anything in the payload, look the format of some requests, you will understand it, there is a parameter "query", which say what you want (sport list, current matches, archived,...) and a parameter "variables", where you can filter (only live matches, only 2nd set tennis,...".
Featured Comment
Archived
This topic is now archived and is closed to further replies.