cURL
curl --request GET \ --url https://ge-exchange-staging-1.herokuapp.com/v1/api/transactions/volume \ --header 'Authorization: Bearer <token>'
{ "status": "success", "message": "Buy transactions volume aggregate of transaction type, Buy, gotten successfully", "data": [ { "_id": { "user": "62424e97d1e7590032dc7ed0" }, "totalVolume": 60 } ] }
Gets all the transaction carried out on an Api client’s account
Was this page helpful?