Get Dollar Rate
Authorization
ApiKey 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
}
}