Getting details of a wallet
api/v1
Path Parameter
Parameter
Type
Required
Description
name
string
Yes
The name of the wallet
Response - 200 OK, application/json
Parameter
Type
Description
name
string
The name of the wallet
address
string
The address of the wallet
balance
string
The amount of Hycon in the wallet
txs
list
A list of transactions sent to or received from by the wallet
pendings
list
A list of pending transactions awaiting confirmation
minedBlocks
list
A list of mined blocks by the wallet
pendingAmount
string
The amount of Hycon pending in the wallet
GET/api/v1/wallet/detail/{name}
Example request
Response (Success)
Response (Error)
Last updated
Was this helpful?