Statistic

Statistics for BW operation

post

Express statistics for the BW operation

Authorizations
Body
currency_idintegerOptional
datestringOptional
idintegerOptional
operation_type_idintegerOptional
owner_idintegerOptional
product_idintegerOptional
Responses
200
OK
application/json
post
POST //api/pay/business-wallet/statistic HTTP/1.1
Host: api.client.nbcgate.tech
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 88

{
  "currency_id": 1,
  "date": "text",
  "id": 1,
  "operation_type_id": 1,
  "owner_id": 1,
  "product_id": 1
}
{
  "exchange": {
    "author": "text",
    "date": "text",
    "from_amount": 1,
    "from_currency_name": "text",
    "order_id": "text",
    "owner_id": 1,
    "to_amount": 1,
    "to_commission": 1,
    "to_currency_name": "text"
  },
  "mPos": {
    "amount": 1,
    "author": "text",
    "chain": "text",
    "coin": "text",
    "coinID": 1,
    "commission": 1,
    "currency": "text",
    "dateComplete": "text",
    "id": 1,
    "mPosID": 1,
    "mpName": "text",
    "mpTypeID": 1,
    "opType": "text",
    "opTypeID": 1,
    "ownerID": 1,
    "payerWalletAddress": "text",
    "paymentAmount": 1,
    "product": "text",
    "standart": "text"
  },
  "payForm": {
    "amount": 1,
    "author": "text",
    "chain": "text",
    "coin": "text",
    "coinID": 1,
    "commission": 1,
    "currency": "text",
    "dateComplete": "text",
    "id": 1,
    "opType": "text",
    "opTypeID": 1,
    "ownerID": 1,
    "payFormID": 1,
    "payerWalletAddress": "text",
    "paymentAmount": 1,
    "pfName": "text",
    "pfTypeID": 1,
    "product": "text",
    "standart": "text"
  },
  "payLink": {
    "amount": 1,
    "author": "text",
    "chain": "text",
    "coin": "text",
    "coinID": 1,
    "commission": 1,
    "currency": "text",
    "dateComplete": "text",
    "id": 1,
    "opType": "text",
    "opTypeID": 1,
    "ownerID": 1,
    "payLinkID": 1,
    "payerWalletAddress": "text",
    "paymentAmount": 1,
    "plName": "text",
    "plTypeID": 1,
    "product": "text",
    "standart": "text"
  },
  "receive": {
    "amount": 1,
    "author": "text",
    "chain": "text",
    "coin": "text",
    "coinID": 1,
    "commission": 1,
    "currency": "text",
    "dateComplete": "text",
    "id": 1,
    "opType": "text",
    "opTypeID": 1,
    "ownerID": 1,
    "payerWalletAddress": "text",
    "paymentAmount": 1,
    "product": "text",
    "standart": "text"
  },
  "referral": [
    {
      "amount": 1,
      "owner_id": "text",
      "owner_name": "text"
    }
  ],
  "transfer": {
    "amount": 1,
    "author": "text",
    "commission": 1,
    "date": "text",
    "from_balance_id": 1,
    "from_iso_string": "text",
    "order_id": "text",
    "to_balance_id": 1,
    "to_owner_id": 1,
    "to_owner_name": "text"
  },
  "withdrawal": {
    "amount": 1,
    "balance_id": 1,
    "beneficiary_address": "text",
    "beneficiary_bank_country_id": 1,
    "beneficiary_city": "text",
    "beneficiary_country": "text",
    "beneficiary_iban": "text",
    "beneficiary_name": "text",
    "commission": 1,
    "date_status": "text",
    "finally": true,
    "id": 1,
    "order_id": "text",
    "ownerID": 1,
    "rate": 1,
    "rejection_message": "text",
    "request_date": "text",
    "sepa_status": "text",
    "sepa_status_description": "text",
    "sepa_transaction_id": "text",
    "transfer_request_status_id": 1,
    "user_id": 1,
    "user_name": "text"
  }
}