Get Volume API
Endpoint: GET/volume
GET/volume
Response: Retrieves the total swap volume
for HoudiniSwap
Parameters: None
Example request:
GET/volume
Example 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