URL method (get address)
api/v3
Request Body - Content-Type: application/json;charset=utf-8
Parameter
Required
Description
address
Yes
A Hycon wallet address to be used in the query
GET/api/v3/address/:address
Example request
curl -X GET http://localhost:2442/api/v3/address/H497fHm8gbPZxaXySKpV17a7beYBF9Ut3 \
-H 'Content-Type: application/json;charset=utf-8'
Last updated
Was this helpful?