get
https://desslyhub.com/api/v1/exchange_rate/steam/
Obtaining the exchange rate for a specific currency.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
To successfully obtain the currency exchange rate, you must specify the following in the request URL:
| Parameter | Required | Description |
|---|---|---|
| Currency | yes | Currency code, uint8 |
You can find the list of current codes in the tab. Currency Codes
If the request is successful, you will receive a response like this:
{
"exchange_rate": 87.87
}If you receive a message such as:
{
"error_code": -1
}Review the list of errors Error Codes
200