{
"begin": 10,
"sales_cycle": 1
}curl --location --request POST 'https://polkadot.api.subscan.io/api/scan/broker/sale' \
--header 'x-api-key: 4d0c8ba32dde4a06bda83d52af49120f' \
--header 'Content-Type: application/json' \
--data-raw '{
"begin": 10,
"sales_cycle": 1
}'{
"code": 0,
"data": {
"available_core": 0,
"begin_start": 0,
"bulk_sold": 0,
"cores_offered": 0,
"cores_sold": 0,
"first_core": 0,
"ideal_cores_sold": 0,
"leadin_length": 0,
"lease_core": 0,
"price": "string",
"price_chart_point": [
{
"block": 0,
"price": "string"
}
],
"realtime_price": "string",
"region_begin": 0,
"region_end": 0,
"renewed_sold": 0,
"reservation_core": 0,
"sale_end": 0,
"sale_start": 0,
"sales_cycle": 0,
"sellout_price": "string",
"start_price": "string",
"total_core": 0
},
"message": "string"
}