Skip to main content

Get Call Auction information

Frequency limit: 20 times/1s (IP)

Description

Get Call Auction information

HTTP Request

  • GET /api/v2/spot/market/auction
Request Example
curl "https://api.bitget.com/api/v2/spot/market/auction?symbol=BTCUSDT"

Request Parameters

ParameterTypeRequiredDescription
symbolStringYesTrading pair
Response Example
{
"code": "00000",
"msg": "success",
"requestTime": 1728875148294,
"data": {
"stage": "stage_1",
"stageEndTime": "1728876900000",
"estOpeningPrice": null,
"matchedVolume": null,
"auctionEndTime": "1728877500000"
}
}

Response Parameters

ParameterTypeDescription
stageStringCall Auction
pre_market pre market
stage_1 Auction 1
stage_2 Auction 2
stage_3 Auction 3
success Auction success
failure Auction failed
stageEndTimeStringCurrent phase end time , millseconds
estOpeningPriceStringEstimated Opening Price
matchedVolumeStringMatched Volume ,base coin
auctionEndTimeStringCall Auction end time , millseconds

How was your Reading Experience with us?