For the complete documentation index, see llms.txt. This page is also available as Markdown.

Currency

Requires an Api Key. Accessible for Free and higher.

get
Authorizations
apiKeystringRequired
Path parameters
currencyNamestring · nullableRequired
Responses
200Success
application/json
codestring · nullableOptional
currencyIdinteger · int32Optional
symbolstring · nullableOptional
usdExchangeRatenumber · doubleOptional
get/api/Prices/currency/{currencyName}
GET /api/Prices/currency/{currencyName} HTTP/1.1
Host: beta.steamfolio.com
Accept: */*
{
  "code": "text",
  "currencyId": 1,
  "symbol": "text",
  "usdExchangeRate": 1
}

Last updated