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