Skip to main content
The Currencies API provides metadata on every in-game currency used across Valorant’s economy. This includes Valorant Points (VP), which you purchase with real money to buy cosmetics; Radianite Points, used to unlock weapon skin upgrades; and Kingdom Credits, the free earnable currency introduced in later seasons. Each currency entry includes its display name, icons, and internal identifiers.
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.