Stats

This section provides access to various statistics endpoints intended for admin-level monitoring and reporting. These endpoints offer insights into platform-wide metrics such as total balances, user activity, transaction volume, and overall buying power.

Get Balance Stats

Returns the total and frozen balances for both fiat and crypto.

Responses
200

Successful response with balance stats

get/stats/balance
Response samples
application/json
{
  • "api_message": "string",
  • "api_data": {
    }
}

Get User Stats

Provides user statistics including total and active users, along with growth rates.

Responses
200

Successful response with user stats

get/stats/users
Response samples
application/json
{
  • "api_message": "string",
  • "api_data": {
    }
}

Get Volume Stats

Returns volume statistics for deposits, transfers, and trades in fiat and crypto.

Request
query Parameters
from_date
string <date>

Optional start date for volume statistics.

Responses
200

Successful response with volume stats

get/stats/volume
Response samples
application/json
{
  • "api_message": "string",
  • "api_data": {
    }
}

Get Buying Power

Returns the available buying power per fiat currency.

Responses
200

Successful response with buying power info

get/stats/buypower
Response samples
application/json
{
  • "api_message": "string",
  • "api_data": {
    }
}