assetResaleData
Gets resale data for a particular asset.
Parameters
Name | Type | Description |
---|---|---|
assetId | Identifier | The ID of the asset to get resale data for. |
Example
const { data: resaleData } = await ClassicEconomyApi.assetResaleData({ assetId: 1365767 });
Example Data
{
assetStock: null,
sales: 11412,
numberRemaining: null,
recentAveragePrice: 261565,
originalPrice: null,
priceDataPoints: [{ value: 271997, date: "2024-07-30T00:00:00Z" }],
volumeDataPoints: [{ value: 2, date: "2024-07-30T00:00:00Z" }],
}
Endpoint
GET /v1/assets/{assetId}/resale-data