DiceX DevelopersDiceX API Docs

Get Dollar Rate

GET
/api/v1/Currency/GetDollarRate
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/Currency/GetDollarRate"
{
  "isSuccess": true,
  "message": "string",
  "value": {
    "id": 0,
    "category": "string",
    "title": "string",
    "price": 0.1,
    "change": "string",
    "high": 0.1,
    "low": 0.1
  }
}