Skip to main content

Gets wallet's status

Gets wallet's status

Path Parameters
id string — REQUIRED
Responses
200

successful operation

Schema
id string

Wallet id

balance uint

Wallet current balance.

address_count uint

Number of payment addresses associated with this wallet.

sent_tx_count uint

Number of outgoing transactions.

service_fee_paid uint

Total amount of fee payed by the wallet.

pending_received uint

Value of all pending transactions.

received_tx_count uint

Number of pending incomming transactions.

sent uint

Total sent amount.

pending_received_tx_count uint

Count of unconfirmed incomming transactions

received uint

Total received amount.

pending_sent uint

Value of outgoing unconfirmed transactions

pending_sent_tx_count uint

Count of unconfirmed outgoing transactions

create_date string

Creation time in RFC3339 format

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