Skip to main content
GET
/
markets
/
prices-history
Get Prices History
curl --request GET \
  --url https://www.aionmarket.com/bvapi/markets/prices-history \
  --header 'Authorization: Bearer <token>'
[
  {
    "timestamp": "2023-11-07T05:31:56Z",
    "price": 123
  }
]

Authorizations

Authorization
string
header
default:YOUR_API_KEY
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

marketId
string
required
interval
enum<string>
default:1h
Available options:
1m,
5m,
1h,
1d

Response

200 - application/json

Historical prices

timestamp
string<date-time>
price
number