api.crypto-games.netCrypto.Games API documentation

api.crypto-games.net Profile

api.crypto-games.net

Maindomain:crypto-games.net

Title:Crypto.Games API documentation

Description:Settings Returns json data about coin settings - minimum bet, maximum win, min payout, max payout and house edge URL /v1/settings/:coin Method: GET URL Params Required: coin=[string] Data Params None

Discover api.crypto-games.net website stats, rating, details and status online.Use our online tools to find owner and admin contact info. Find out where is server located.Read and write reviews or vote to improve it ranking. Check alliedvsaxis duplicates with related css, domain relations, most used words, social networks references. Go to regular site

api.crypto-games.net Information

Website / Domain: api.crypto-games.net
HomePage size:14.272 KB
Page Load Time:0.461209 Seconds
Website IP Address: 172.67.173.251
Isp Server: CloudFlare Inc.

api.crypto-games.net Ip Information

Ip Country: United States
City Name: San Francisco
Latitude: 37.775699615479
Longitude: -122.39520263672

api.crypto-games.net Keywords accounting

Keyword Count

api.crypto-games.net Httpheader

Date: Sun, 31 Jan 2021 20:40:46 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Set-Cookie: __cfduid=db2f7e60803d78c390a31e5ae4f9689e11612125646; expires=Tue, 02-Mar-21 20:40:46 GMT; path=/; domain=.crypto.games; HttpOnly; SameSite=Lax; Secure
Cache-Control: private
Vary: Accept-Encoding
X-AspNetMvc-Version: 5.2
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
CF-Cache-Status: DYNAMIC
cf-request-id: 07fbc6469700003dc6bb36c000000001
Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
Report-To: "max_age":604800,"endpoints":["url":"https:\\/\\/a.nel.cloudflare.com\\/report?s=d5Qzc8sv8FOLAsi92lWtK%2BxLx6RJXjprX6cwxMXEMytCZKno3pyO7HCvRlcxXJ7qEga63FQQtKHpwGIjvsJ%2F7EfmyL7s1MhoPeqS0m7%2B3SV7p2DsK2Dtdjx16Vvs"],"group":"cf-nel"
NEL: "report_to":"cf-nel","max_age":604800
Server: cloudflare
CF-RAY: 61a63fea8eef3dc6-EWR
Content-Encoding: gzip
alt-svc: h3-27=":443"; ma=86400, h3-28=":443"; ma=86400, h3-29=":443"; ma=86400

api.crypto-games.net Meta Info

charset="utf-8"/

172.67.173.251 Domains

Domain WebSite Title

api.crypto-games.net Similar Website

Domain WebSite Title
developers.flipsnack.comAPI documentation - Flipsnack API
api.chateagratis.netAPI documentation
api.jqueryui.comjQuery UI API Documentation
api.onlyoffice.comONLYOFFICE Api Documentation - Welcome
apidoc.booker.comBooker API Documentation
developers.trustpilot.comTrustpilot API Documentation
apidocs.joyent.comJoyent API Documentation
api.jquery.comjQuery API Documentation
help.sharpsnmp.com#SNMP API Documentation | #SNMP API Documentation
apidocs.microsoft.comPartner API Documentation
api.420chan.org420chan API Documentation
api.open.fec.govOpenFEC API Documentation
api.crypto-games.netCrypto.Games API documentation
api.jquerymobile.comjQuery Mobile API Documentation
docs.connect.squareup.comSquare Connect API Documentation

api.crypto-games.net Traffic Sources Chart

api.crypto-games.net Alexa Rank History Chart

api.crypto-games.net aleax

api.crypto-games.net Html To Plain Text

Settings Returns json data about coin settings - minimum bet, maximum win, min payout, max payout and house edge URL /v1/settings/:coin Method: GET URL Params Required: coin=[string] Data Params None Success Response: Code: 200 Content: {"Coin":"BTC","MinBet":0.000000010000000000,"MaxWin":1.000000000000000000,"MinPayout":1.02,"MaxPayout":9920.0,"Edge":0.80} Error Response: Code: 404 NOT FOUND Content: {"Message":"Coin not found"} Sample Call: $.ajax({ url: "https://api.crypto.games/v1/settings/BTC" , dataType: "json" , type : "GET" , success : function ( r ) { console .log(r); } }); Balance Returns json data with users balance URL /v1/balance/:coin/:key Method: GET URL Params Required: coin=[string] , key=[string] Data Params None Success Response: Code: 200 Content: {"Balance":0.16944007} Error Response: Code: 404 NOT FOUND Content: {"Message":"Coin not found"} Content: {"Message":"API key not found"} Sample Call: $.ajax({ url: "https://api.crypto.games/v1/balance/BTC/7Ii8vdPBUBfTPHcuzkHuhftkGD43iWwbFkdwBQa7GL8R4AwBr3" , dataType: "json" , type : "GET" , success : function ( r ) { console .log(r); } }); User Returns json data with user stats. Wagered stats for dice game. URL /v1/user/:coin/:key Method: GET URL Params Required: coin=[string] , key=[string] Data Params None Success Response: Code: 200 Content: {"Nickname":"Joter","Balance":0.16944007,"Coin":"BTC","TotalBets":20677,"Profit":-0.644024167765000000,"Wagered":27.3980453600000000,"PendingReferer":0.0000000000000000} Error Response: Code: 404 NOT FOUND Content: {"Message":"Coin not found"} Sample Call: $.ajax({ url: "/v1/user/BTC/7Ii8vdPBUBfTPHcuzkHuhftkGD43iWwbFkdwBQa7GL8R4AwBr3" , dataType: "json" , type : "GET" , success : function ( r ) { console .log(r); } }); Next seed Returns json data with next server seed hash URL /v1/nextseed/:coin/:key Method: GET URL Params Required: coin=[string] , key=[string] Data Params None Success Response: Code: 200 Content: {"NextServerSeedHash":"137c70e1ef4e193744ee45177a04a49f1f2f68653b8bcb91ae209eebda33502c"} Error Response: Code: 404 NOT FOUND Content: {"Message":"Coin not found"} Sample Call: $.ajax({ url: "https://api.crypto.games/v1/nextseed/BTC/7Ii8vdPBUBfTPHcuzkHuhftkGD43iWwbFkdwBQa7GL8R4AwBr3" , dataType: "json" , type : "GET" , success : function ( r ) { console .log(r); } }); Bet info Returns json data with bet details URL /v1/bet/:id Method: GET URL Params Required: id=[integer] Data Params None Success Response: Code: 200 Content: {"BetId":327333162, "User":"Joter","Roll":47.002,"Bet":0.000010240000000000,"Coin":"BTC ","Target":" < 49.600","Profit":0.000010240000000000,"ServerSeed":"5PCWsiBDsZ1D07cZ14pYKt0T2HUCkcLoTdF70Cmp","ClientSeed":"CTThgTlac54qK2lahvLicrFlJsJmSIEkRMt4VcuN","DateCreated":"2016-04-14T13:55:14.607"} Error Response: Code: 400 BAD REQUEST Content: {"Message":"Invalid bet ID"} Sample Call: $.ajax({ url: "https://api.crypto.games/v1/bet/327333162" , dataType: "json" , type : "GET" , success : function ( r ) { console .log(r); } }); Place bet Accepts bet settings and returns json data with bet result URL /v1/placebet/:coin/:key Method: POST URL Params Required: coin=[string] , key=[string] Data Params Required: { "Bet": 0.00001024, "Payout": 2.0, "UnderOver": true, "ClientSeed": "somerandomseed" } UnderOver is target result. Example: < 49.600 or > 50.399 Success Response: Code: 200 Content: { "BetId": 327333162, "Roll": 47.002, "UnderOver": true, "ClientSeed": "somerandomseed", "Target": " < 49.600", "Profit": 0.000010240000000000, "Payout": 2.0, "ServerSeed": "5PCWsiBDsZ1D07cZ14pYKt0T2HUCkcLoTdF70Cmp", "NextServerSeedHash": "4647c8c18b7da5d7174614c6e473864956b42fadf84e24a2f08bd9c2aa69a268", "Balance": 0.010010240000000000 } Error Response: Code: 404 NOT FOUND Content: {"Message":"Coin not found"} Code: 422 UNPROCESSABLE ENTITIY Content: {"Message":"Invalid input parameters"} Sample Call: var input = { Bet: 0.00001024 , Payout: 2.0 , UnderOver: true , ClientSeed: "somerandomseed" }; $.ajax({ url: "https://api.crypto.games/v1/placebet/BTC/7Ii8vdPBUBfTPHcuzkHuhftkGD43iWwbFkdwBQa7GL8R4AwBr3" , data: JSON .stringify(input), dataType: "json" , contentType: "application/json" , type: "POST" , success: function ( r ) { console .log(r); } });...