Skip to main content
GET
/
currency
/
available
cURL
curl --request GET \
  --url https://api.steamgold.dev/v1/currency/available \
  --header 'Authorization: Bearer <token>'
{
  "status": 123,
  "items": [
    {
      "currency_code": "<string>",
      "description": "<string>"
    }
  ],
  "total": 123,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Response

status
integer
items
object[]
total
integer
message
string