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
Parameter | Type | Required | Description |
---|---|---|---|
symbol | String | Yes | Trading pair |
Response Example
{
"code": "00000",
"msg": "success",
"requestTime": 1728875148294,
"data": {
"stage": "stage_1",
"stageEndTime": "1728876900000",
"estOpeningPrice": null,
"matchedVolume": null,
"auctionEndTime": "1728877500000"
}
}
Response Parameters
Parameter | Type | Description |
---|---|---|
stage | String | Call Auction pre_market pre marketstage_1 Auction 1stage_2 Auction 2stage_3 Auction 3success Auction successfailure Auction failed |
stageEndTime | String | Current phase end time , millseconds |
estOpeningPrice | String | Estimated Opening Price |
matchedVolume | String | Matched Volume ,base coin |
auctionEndTime | String | Call Auction end time , millseconds |