curl --request GET \
--url https://ge-exchange-staging-1.herokuapp.com/v1/api/transactions/volume
{
"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
curl --request GET \
--url https://ge-exchange-staging-1.herokuapp.com/v1/api/transactions/volume
{
"status": "success",
"message": "Buy transactions volume aggregate of transaction type, Buy, gotten successfully",
"data": [
{
"_id": {
"user": "62424e97d1e7590032dc7ed0"
},
"totalVolume": 60
}
]
}
{
"status": "success",
"message": "Buy transactions volume aggregate of transaction type, Buy, gotten successfully",
"data": [
{
"_id": {
"user": "62424e97d1e7590032dc7ed0"
},
"totalVolume": 60
}
]
}
Was this page helpful?