Get WeeklyVolume API
Retrieves the total number of transactions and the total transacted amount in USD for the current week.
Endpoint: GET/weeklyVolume
GET/weeklyVolumeExample request:
GET/weeklyVolumeExample response:
[
{
"count": 0,
"anonymous": 0,
"volume": 0,
"week": 0,
"year": 0,
"commission": 0
}
]Field
Type
Description
Last updated