Skip to main content

Get the daily stat's of the wallet

Get the daily stat's of the wallet

Path Parameters
id string — REQUIRED
Query Parameters
start string
end string
page int
limit int
Responses
200

successful operation

Schema
items object[]
balance integer

Balance at the end of the day

date string

date RFC3339 formated

address_count uint

Count of wallet addresses

received uint

Amount received the day

received_tx_count uint

Count of recieved transactions in the day

pending_received uint

Unconfirmed amount received per day at the end of the day

pending_received_tx_count uint

Count of unconfirmed recharge transactions per day at the end of the day

sent uint

Amount sent per day

sent_tx_count uint

Count of daily debit transactions

pending_sent uint

Unconfirmed amount sent per day at the end of the day

pending_sent_tx_count uint

Count of uncommitted transactions sent per day at the end of the day

service_fee_paid uint

Service fee paid

pagination object
current_page int
limit int
total_pages int
total uint
400

Invalid input

Schema
code string

Possible values: [invalid, missging field, missing]

message string
details object[]
resource string
code string
field string
description string
401

Unauthorized

Schema
code string

Possible values: [invalid, missging field, missing]

message string
details object[]
resource string
code string
field string
description string