Statistics

Statistics on mPos

post

Express statistics on mPos

Authorizations
Body
Responses
200
OK
application/json
post
POST //api/pay/m-pos/statistics HTTP/1.1
Host: api.client.nbcgate.tech
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 435

{
  "filters": {
    "amount": {
      "coin_id": 1,
      "currency_id": 1,
      "exclude": true,
      "max": 1,
      "min": 1,
      "token_id": 1
    },
    "date": {
      "date_from": "text",
      "date_to": "text",
      "exclude": true
    },
    "m_pos": {
      "exclude": true,
      "id": [
        1
      ]
    },
    "minute": {
      "count": 1,
      "exclude": true
    },
    "operation_type": {
      "exclude": true,
      "id": [
        1
      ]
    },
    "owner_id": 1,
    "pay_form": {
      "exclude": true,
      "id": [
        1
      ]
    },
    "pay_link": {
      "exclude": true,
      "id": [
        1
      ]
    },
    "product": {
      "exclude": true,
      "id": [
        1
      ]
    },
    "types": {
      "pay_link_type_id": 1
    },
    "user_id": 1
  }
}
[
  {
    "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"
  }
]