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

$ curl -X GET http://localhost:2442/api/v1/address/H23fF8ktBWYwK7aHFbPSW52LtoHcbDvmT \
    -H 'Content-Type: application/json;charset=utf-8'

Response (Success)

Last updated

Was this helpful?