DiceX DevelopersDiceX API Docs

Get Information

GET
/api/v1/Account/GetInformation
ApiKey<token>

API Key needed to access the endpoints. Example: "ApiKey: {key}"

In: header

Response Body

curl -X GET "https://gateway.dicex.me/api/v1/Account/GetInformation"
{
  "isSuccess": true,
  "message": "string",
  "value": {
    "credit": 0.1,
    "expireDate": "2019-08-24T14:15:22Z",
    "plan": "string"
  }
}