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

Authorizations

Authorization
string
header
required

Response

status
integer
items
object[]
total
integer
message
string