v47

latestOpenAPI 3.1.0Contact usraw.githubusercontent.com2026-07-1061131268.6 KB
Market Data

Get Historical Alloy Prices

Get historical price data for a specified Alloy. Each index in the array represents a single tick in a price chart.

get/api/v2/market_data/alloys/{alloy_id}/historical_prices/

Query parameters

timespan'DAY' | 'WEEK' required

The timespan of the historical prices to query.

Response

OK

_sv'AlloyHistoricalPriceDataPointV1:v1'

Schema version

timestampinteger required

UNIX timestamp in seconds for the start of the aggregate window.

opennumber required

Open price from the given time period.

closenumber required

Close price from the given time period.

highnumber required

High price from the given time period.

lownumber required

Low price from the given time period.