Authorization: oauth ********************
curl --location --request GET 'https://api-v2.streamvi.io/method/money_flow/list?v&language&project_id&limit&offset&date_from&date_to&type&balance_type' \
--header 'Authorization: oauth <token>'
{
"total": 0,
"limit": 0,
"offset": 0,
"results": [
{
"money_flow_id": 1,
"amount": "1",
"currency": "rub",
"date": "2025-09-11T09:43:12.238Z",
"type": "registration_bonus",
"balance": 0,
"details": {
"title": "text",
"date_end": "2025-09-11T09:43:12.238Z"
}
}
]
}