Getting a list of wallets
api/v1
You can query information about all of your wallets on your local Hycon node.
Response - 200 OK, application/json
Parameter
Type
Description
walletList
list
A list of wallet addresses with address
, name
, balance
, and pendingAmount
length
number
The number of addresses in the list
GET/api/v1/wallet
Example request
Response (Success)
Last updated