Skip to main content

Get Weekly Volume

Endpoint

GET /weeklyVolume
Retrieves weekly swap volume data for HoudiniSwap, organized by week and year.

Parameters

None required.

Example Request

GET /weeklyVolume

Example Response

[
  {
    "count": 0,
    "anonymous": 0,
    "volume": 0,
    "week": 0,
    "year": 0,
    "commission": 0
  }
]

Response Fields

FieldTypeDescription
countnumberTotal transactions for the week
anonymousnumberNumber of anonymous transactions (out of total count)
volumenumberTotal transaction volume in USD
weeknumberWeek number of the year
yearnumberYear
commissionnumberCommission earned in USD