Get WeeklyVolume API

Retrieves the total number of transactions and the total transacted amount in USD for the current week.

Endpoint: GET/weeklyVolume

Response: Retrieves the weekly swap volume data for HoudiniSwap

Parameters: None

Example request:

GET/weeklyVolume

Example response:

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

Response Fields:

Field
Type
Description

count

number

Total transactions count

anonymous

number

Total transactions that are anonymous(out of the total count)

volume

number

Total transactions volume in USD

week

number

Week of the year

year

number

Year number

commission

number

Commission in USD

Last updated