HYCON
API/V1
API/V3
Search…
Docs
Topics api/v1
Introduction
Installation
Make your first call
API Request
API Response
Interacting directly with the network api/v1
Prerequisites
Address Management
Querying an address
Transaction Management
Interacting with local Hycon Node api/v1
Prerequisites
Wallet Management
Getting Blockchain Information
Fetching Block(s)
Fetching Peer(s)
Miscellaneous Tools
Reference api/v1
Language Support
Blockchain Reorganization
Topics api/v3
Introduction
Installation
Make your first call
API Request
API Response
Address API api/v3
Prerequisites (/address)
Getting address information
Block API api/v3
Prerequisites (/block)
Getting the latest block information
Getting specific block information
Getting mined block information
Getting tip information
Network API api/v3
Prerequisites (/network)
Getting market information
Getting list of peers
Getting information of specific peer
Transaction API api/v3
Prerequisites (/tx)
Getting specific transaction information
Getting transactions by address
Getting pending transactions
Creating an outgoing transaction
Wallet API api/v3
Prerequisites (/wallet)
Getting information of wallet list
Getting information of specific wallet
Delete Wallet
Generate random mnemonic
Generate / Recover normal wallet or HD wallet with password or passphrase
Response (generate/recover wallet)
Decrypt and get an HD wallet information
Reference api/v3
Blockchain Reorganization
Language Support
Powered By
GitBook
Response (generate/recover wallet)
api/v3
Response (generate/recover wallet)
200 OK, application/json
Parameter
Type
Description
name
string
The created wallet name.
address
string
The created or recovered wallet public address.
balance
string
The total circulation of HYCON coin.
nonce
number
The transaction number sent from the address.
mnemonic
string
Random mnemonic or mnemonic used to create the wallet. (
Only when request mnemonic or create/recover wallet
)
index
number
The index of the HD wallet to lookup. (
HD Wallet only
)
Response Error Table
Status
Error
Message
400
BAD_REQUEST
wallet duplicate name
Response (Success - HD Wallet)
{
"name": "HD_wallet",
"address": "H3jbvMss7E2xjso9sxcSTjw2WcQ5e6Qjg",
"balance": "0",
"nonce": 0,
"mnemonic":"위성 그제서야 변명 슬쩍 여행 할머니 하반기 범위 햇살 월세 마음 조직",
"index": 3
}
Response (Success - Single Address Wallet)
{
"name": "Non_HD_wallet",
"address": "H4M6CQ41SRjSfKpucKfNCsRE9xk2k7hSc",
"balance": "0",
"nonce": 0,
"mnemonic": "army pumpkin disease sniff raw since nut icon biology word cute hover"
}
Wallet API api/v3 - Previous
Generate / Recover normal wallet or HD wallet with password or passphrase
Next - Wallet API api/v3
Decrypt and get an HD wallet information
Last modified
1yr ago
Copy link