Market

Current Average Price

Current average price for a symbol.

Weight(IP): 2

get/api/v3/avgPrice

Query parameters

symbolstring required
Example:BNBUSDT

Trading symbol, e.g. BNBUSDT

Response

Average price

minsinteger required

Average price interval (in minutes)

pricestring required

Average price

closeTimeinteger required

Last trade time

Example response

{
  "mins": 5,
  "price": "9.35751834",
  "closeTime": 1694061154503
}

Changes

Changed in 2 of the 26 revisions of this API.5

    • added the required property closeTime to the response with the 200 status

      response-required-property-added

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the response property code became required for the status 400

      response-property-became-required

    • the response property mins became required for the status 200

      response-property-became-required

    • the response property msg became required for the status 400

      response-property-became-required

    • the response property price became required for the status 200

      response-property-became-required