Response (wallet list)
api/v3
Response (wallet list) 200 OK, application/json
200 OK, application/json
A wallet list with the following objects as elements is returned:
Parameter
Type
Description
name
string
The name of a wallet.
address
string
A Hycon wallet public address.
balance
string
The total circulation of HYCON coin.
nonce
number
The transaction number sent from the address.
Response Error Table
Status
Error
Message
400
BAD_REQUEST
Parameter should be defined
500
INTERNAL_SERVER_ERROR
FAILED getWalletList: Internal Server Error Error: {ERROR MESSAGE FROM SERVER}
Response (Success, no wallets) 200 OK, application/json
Response (Success) 200 OK, application/json
Last updated