Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.houdiniswap.com/llms.txt

Use this file to discover all available pages before exploring further.

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