Get Volume API
Endpoint: GET/volume
GET/volumeResponse: Retrieves the total swap volume for HoudiniSwap
Parameters: None
Example request:
GET/volumeExample response:
[
{
"count": 0,
"totalTransactedUSD": 0
}
]Response Fields:
Field
Type
Description
count
number
The total number of transactions on the exchange
totalTransactedUSD
number
The total value in USD at the time of the swap
Last updated