200 requests per minute limit

getCustomerinfoByToken

  • EXAMPLE
  • https://c2apis1.grandx.org/api/v1/xlive/{ophash}/getCustomerinfoByToken/{userhash}
  • {ophash} => Api Userhash you can find on admin panel click on profile
  • {userhash} => Player userhash you can find on admin panel
  • RESULT
    {
        error: null,
        status: true,
            data: {
            id: 256,
            email: "p100",
            name: "p100",
            lang: "it",
            currency: "ZAR",
            score: 3655,
            credit: "36.55"
            },
        time: 0.0057
    }
            

    ticketInserted

  • EXAMPLE
  • https://c2apis1.grandx.org/api/v1/xlive/{ophash}/ticketInserted/{stationId}/{customerId}/{application}/{ticketId}/{insertion}
  • {ophash} => Api Userhash you can find on admin panel click on profile
  • RESULT
    {
        error: null,
        status: true,
        ticketID: 10,
        time: 0.2373
    }
            

    rollbackTicketInserted

  • EXAMPLE
  • https://c2apis1.grandx.org/api/v1/xlive/{ophash}/rollbackTicketInserted/{customerId}/{application}/{ticketId}/{decimal}
  • {ophash} => Api Userhash you can find on admin panel click on profile
  • RESULT
    {
        error: null,
        status: true,
        time: 0.2253
    }
            

    ticketWon

  • EXAMPLE
  • https://c2apis1.grandx.org/api/v1/xlive/{ophash}/ticketWon/{customerId}/{application}/{ticketId}/{decimal}
  • {ophash} => Api Userhash you can find on admin panel click on profile
  • RESULT
    {
        error: null,
        status: true,
        time: 0.0205
    }
            

    undoTicket

  • EXAMPLE
  • https://c2apis1.grandx.org/api/v1/xlive/{ophash}/undoTicket/{customerId}/{application}/{ticketId}/{decimal}
  • {ophash} => Api Userhash you can find on admin panel click on profile
  • RESULT
    {
        error: null,
        status: true,
        time: 0.0195
    }
            

    ticketLost

  • EXAMPLE
  • https://c2apis1.grandx.org/api/v1/xlive/{ophash}/ticketLost/{customerId}/{application}/{ticketId}
  • {ophash} => Api Userhash you can find on admin panel click on profile
  • RESULT
    {
        error: null,
        status: true,
        time: 0.0193
    }
            

    undoTicketLost

  • EXAMPLE
  • https://c2apis1.grandx.org/api/v1/xlive/{ophash}/undoTicketLost/{customerId}/{application}/{ticketId}
  • {ophash} => Api Userhash you can find on admin panel click on profile
  • RESULT
    {
        error: null,
        status: true,
        time: 0.0193
    }
            

    API - DOC