get https://accounts.voluti.com.br/api/v2/accounts/transactions/
Log in to see full request history
Responses
503Service unavailable
504Gateway timeout
503Service unavailable
504Gateway timeout
xxxxxxxxxx
curl --request GET \
--url 'https://accounts.voluti.com.br/api/v2/accounts/transactions/?page_offset=1&page_limit=10&sort_by=EVENT_DATE&sort_type=ASC' \
--header 'accept: application/json'
xxxxxxxxxx
18{
"meta": {
"total": 100,
"limit": 10,
"offset": 1
},
"data": [
{
"eventDate": "2025-04-09T21:35:28.846Z",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"status": "CANCELED",
"creditDebitType": "CREDIT",
"transactionAmount": {
"available": 0
}
}
]
}