Transaction list for frontend
Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the oauth. Example:Authorization: oauth ********************
Request Code Samples
curl --location --request GET 'https://api-v2.streamvi.io/method/transactions/list?v&language&project_id&limit&offset&date_from&date_to&code' \
--header 'Authorization: oauth <token>'
Responses
application/json {
"total": 0,
"limit": 0,
"offset": 0,
"results": [
{
"id": 0,
"user_id": 0,
"payout_id": 0,
"type": "string",
"sum": "string",
"description": "string",
"code": {},
"referral_id": 0,
"date": "2019-08-24T14:15:22Z",
"paymentId": 0,
"payoutId": 0
}
]
}
Modified at 2025-09-11 17:15:27