Current Average Price
Get the average price of a symbol over a specified time range.
HTTP Request
- GET
/api/v3/avgPrice
Weight(IP): 1
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| symbol | string | YES |
Response Parameters
| Name | Description |
|---|---|
| mins | Average price time frame |
| price | Price |
Response
{
"mins": 5,
"price": "9.35751834"
}