cURL
curl --request GET \ --url https://api.steamgold.dev/v1/currency/{pair} \ --header 'Authorization: Bearer <token>'
{ "status": 123, "items": [ { "currency_pair": "<string>", "close_price": 123, "created_at": "<string>" } ], "total": 123, "message": "<string>" }
Возвращает историю котировок конкретной валютной пары
1 <= x <= 90
Show child attributes