Skip to main content

Get Ad Info

Get Ad Info

Description

Get detailed information for a specific P2P advertisement.

HTTP Request

  • GET /api/v3/p2p/ad-info
  • Rate limit: 10/sec/UID
  • Permission: UTA P2P (read)
Request
curl "https://api.bitget.com/api/v3/p2p/ad-info?advId=1234567890" \
-H "ACCESS-KEY:your apiKey" \
-H "ACCESS-SIGN:*" \
-H "ACCESS-PASSPHRASE:*" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json"

Request Parameters

ParametersTypeRequiredDescription
advIdStringYesAd ID
Response
{
"code": "00000",
"msg": "success",
"requestTime": 1740000000000,
"data": {
"advId": "1234567890",
"side": "sell",
"priceType": "fixed",
"token": "USDT",
"fiat": "CNY",
"price": "7.28",
"amount": "1000",
"minAmount": "100",
"maxAmount": "10000",
"payDuration": "15",
"soldAmount": "300",
"lastAmount": "700",
"premium": "",
"turnover": "2184",
"remark": "Fast release",
"tradeTerm": "",
"payMethodIds": [
{
"payMethodId": "1",
"userPayMethodId": "101"
}
],
"tokenPrecision": "2",
"fiatPrecision": "2",
"market": "public",
"avgTime": "5",
"createdTime": "1740000000000",
"updatedTime": "1740000001000"
}
}

Response Parameters

ParametersTypeDescription
advIdStringAd ID
sideStringTrade direction:
buy buy
sell sell
priceTypeStringPrice type:
fixed fixed price
floating floating price
tokenStringCryptocurrency
fiatStringFiat currency
priceStringAd price
amountStringAd quantity
minAmountStringMinimum trade amount per order
maxAmountStringMaximum trade amount per order
payDurationStringPayment time limit in minutes
soldAmountStringSold quantity
lastAmountStringRemaining quantity
premiumStringPremium rate
turnoverStringTurnover
remarkStringAd remarks
tradeTermStringTrade terms
payMethodIdsListPayment method ID array
>payMethodIdStringPayment method ID
>userPayMethodIdStringUser payment method ID
tokenPrecisionStringCryptocurrency decimal precision
fiatPrecisionStringFiat currency decimal precision
marketStringAd market:
public public
private private
avgTimeStringAverage processing time (release time for sell / payment time for buy)
createdTimeStringAd creation time
updatedTimeStringAd last update time

How was your Reading Experience with us?