v1

latestSwagger 2.02026-07-179553242.0 KB
User

Get Quote Value Ratio statistics over the last 3 days

get/user/quoteValueRatio

Query parameters

targetAccountIdnumber double

AccountId to get quote value ratio for, must be a paired account with main user. Can be wildcard * to get all accounts linked to the authenticated user

Response

Request was successful

timestampstring date-time
accountnumber double
symbolstring
quoteCountnumber double
volumeXBTnumber double
QVRnumber double
idnumber double

Example response

{
  "symbol": "symbol",
  "volumeXBT": 1.4658129805029452,
  "quoteCount": 6.027456183070403,
  "id": 5.637376656633329,
  "QVR": 5.962133916683182,
  "account": 0.8008281904610115,
  "timestamp": "2000-01-23T04:56:07.000+00:00"
}