The
User-Agent header is required for all requests. Use the format AppName/Version (+URL) — for example, MyApp/1.0 (+https://example.com).Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /v1/currencies | Returns all currencies |
| GET | /v1/currencies/{uuid} | Returns a single currency by UUID |
GET /v1/currencies
Returns an array of all Valorant in-game currencies.Request parameters
Identifies your application. Format:
AppName/Version (+URL).Locale for localized display names. Example:
ru-RU, pl-PL.Example request
Response
GET /v1/currencies/
Returns a single currency matching the provided UUID.Request parameters
The UUID of the currency to retrieve.
Identifies your application. Format:
AppName/Version (+URL).Locale for localized display names.
Example request
cURL
Response
Response fields
Unique identifier for the currency.
Localized plural display name of the currency (e.g.,
"Valorant Points", "Radianite Points").Localized singular form of the currency name (e.g.,
"Valorant Point", "Radianite Point").URL to the standard-size currency icon.
URL to a larger variant of the currency icon, used in prominent UI contexts.
URL to the icon shown when the currency appears as a reward (e.g., in contract reward previews).
Internal Unreal Engine asset path.