Skip to main content

Stats

5 endpoints

GET /stats/user Get user statistics

Get user statistics.

Parameters

page
number · query
Page number of the records list
limit
number · query
Max number of records by page. limit=0 to return all records
sort
string · query
Sort the response PARAM or -PARAM

Responses

200
401 Unauthorized
404 Not found
GET https://api.qa.onyze.pro/v1/stats/user
Response
// Success
GET /stats/wallet Get wallet statistics

Get wallet statistics.

Parameters

page
number · query
Page number of the records list
limit
number · query
Max number of records by page. limit=0 to return all records
sort
string · query
Sort the response PARAM or -PARAM

Responses

200
401 Unauthorized
404 Not found
GET https://api.qa.onyze.pro/v1/stats/wallet
Response
// Success
GET /stats/purchase Get statistics from purchases

Get statistics from purchases.

Parameters

page
number · query
Page number of the records list
limit
number · query
Max number of records by page. limit=0 to return all records
sort
string · query
Sort the response PARAM or -PARAM

Responses

200
401 Unauthorized
404 Not found
GET https://api.qa.onyze.pro/v1/stats/purchase
Response
// Success
GET /stats/wallet-global Get global wallet statistics

Get global wallet statistics.

Parameters

page
number · query
Page number of the records list
limit
number · query
Max number of records by page. limit=0 to return all records
sort
string · query
Sort the response PARAM or -PARAM

Responses

200
401 Unauthorized
404 Not found
GET https://api.qa.onyze.pro/v1/stats/wallet-global
Response
// Success
GET /stats/transaction Get statistics from transactions

Get statistics from transactions.

Parameters

page
number · query
Page number of the records list
limit
number · query
Max number of records by page. limit=0 to return all records
sort
string · query
Sort the response PARAM or -PARAM

Responses

200
401 Unauthorized
404 Not found
GET https://api.qa.onyze.pro/v1/stats/transaction
Response
// Success