Skip to main content
GET
/
stats
/
volume
Get partner volume stats
curl --request GET \
  --url https://api-partner.houdiniswap.com/v2/stats/volume \
  --header 'Authorization: <api-key>'
{
  "count": 123,
  "totalTransactedUSD": 123,
  "totalOrders": 123,
  "thisMonthVolumeUsd": 123,
  "lastMonthVolumeUsd": 123,
  "thisMonthOrders": 123
}

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.

Authorizations

Authorization
string
header
required

Response

Success

count
number<double>
required

Total number of completed transactions

totalTransactedUSD
number<double>
required

Total transacted value in USD

totalOrders
number<double>
required

Total number of completed transactions (alias for count)

thisMonthVolumeUsd
number<double>
required

This month transacted value in USD

lastMonthVolumeUsd
number<double>
required

Last month transacted value in USD

thisMonthOrders
number<double>
required

This month completed transactions