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
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
closeTimeto the response with the200statusresponse-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
codebecame required for the status400response-property-became-required
- ○
the response property
minsbecame required for the status200response-property-became-required
- ○
the response property
msgbecame required for the status400response-property-became-required
- ○
the response property
pricebecame required for the status200response-property-became-required
- ○