cURL
curl --request POST \ --url https://api.blockflow.network/rest/90739f7e-fe01-4655-b303-b6125ce7414f/transactions-volume \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "startDate": "1 day ago (Unix timestamp)", "endDate": "now (Unix timestamp)" }'
{ "status": 123, "body": { "startDate": 123, "endDate": 123, "mintVolume": 123, "burnVolume": 123, "totalVolume": 123, "mintCount": 123, "burnCount": 123, "totalCount": 123 } }
Get transaction volume over time
Transaction volume
The response is of type object.
object