The
User-Agent header is required for all requests. Use the format AppName/Version (+URL) — for example, MyApp/1.0 (+https://example.com).Endpoints
GET /v1/currencies
Returns an array of all Valorant in-game currencies.Request parameters
string
required
Identifies your application. Format:
AppName/Version (+URL).string
default:"en-US"
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
string
required
The UUID of the currency to retrieve.
string
required
Identifies your application. Format:
AppName/Version (+URL).string
default:"en-US"
Locale for localized display names.
Example request
cURL
Response
Response fields
string
required
Unique identifier for the currency.
string
required
Localized plural display name of the currency (e.g.,
"Valorant Points", "Radianite Points").string
Localized singular form of the currency name (e.g.,
"Valorant Point", "Radianite Point").string
URL to the standard-size currency icon.
string
URL to a larger variant of the currency icon, used in prominent UI contexts.
string
URL to the icon shown when the currency appears as a reward (e.g., in contract reward previews).
string
Internal Unreal Engine asset path.