{
"auction_index": 0,
"page": 0,
"row": 10,
"status": 0
}curl --location --request POST 'https://polkadot.api.subscan.io/api/scan/parachain/auctions' \
--header 'x-api-key: 4d0c8ba32dde4a06bda83d52af49120f' \
--header 'Content-Type: application/json' \
--data-raw '{
"auction_index": 0,
"page": 0,
"row": 10,
"status": 0
}'{
"code": 0,
"data": {
"auctions": [
{
"auction_index": 0,
"early_end_block": 0,
"end_block": 0,
"extinguish_block": 0,
"lease_index": 0,
"start_block": 0,
"status": 0,
"winners": [
{
"amount": "string",
"auction_index": 0,
"bid_count": 0,
"bid_id": "string",
"bidder_account": "string",
"bidder_account_display": {
"account_index": "string",
"address": "string",
"display": "string",
"evm_address": "string",
"evm_contract": {
"contract_name": "string",
"verify_source": "string"
},
"identity": true,
"judgements": [
{
"index": 0,
"judgement": "string"
}
],
"merkle": {
"address_type": "string",
"tag_name": "string",
"tag_subtype": "string",
"tag_type": "string"
},
"parent": {
"address": "string",
"display": "string",
"identity": true,
"sub_symbol": "string"
},
"people": {
"display": "string",
"identity": true,
"judgements": [
{
"index": 0,
"judgement": "string"
}
],
"parent": {
"address": "string",
"display": "string",
"identity": true,
"sub_symbol": "string"
}
}
},
"block_num": 0,
"block_timestamp": 0,
"event_index": "string",
"extrinsic_index": "string",
"first_period": 0,
"fund_id": "string",
"last_period": 0,
"para_id": 0,
"source": 0,
"status": 0
}
]
}
],
"count": 0
},
"generated_at": 1699600641,
"message": "Success"
}