Zen Protocol Documentation
Zen Protocol Documentation
Website
Telegram
Blog
Forum
Zen Protocol Docs
Apps
Headless Full Node
Full Node NPM Package
Build from Source
CLI
API
Wallet
Contracts
General
Blockchain
AddressDB
Deploy
Wallet
Explorer
Zen.js
Oracle
Dex
Fixed Payout
Smart Contracts
Contract Structure
Contract Cost
Contract Activation
Contract Examples
Smart Contracts SDK
Contracts Language ZF*
Named Token Tutorial
Consensus
Common Goods Pool
Block Validation
Transaction Validation
Serialization
Use Cases
Cold Storage using Full Node
Troubleshooting
Responsible Disclosure
Bug Bounty
Known Bugs
For Miners
Pools
GPU Mining
GPU Bounties
Check Crowdsale Contribution
Alpha call option
General
General Usage
get
Network Connections
http://127.0.0.1:31567
/network/connections/count
Returns the number of network connections
Request
Response
Request
Response
200: OK
Some number
5
get
Decode Address
http://127.0.0.1:31567
/address/decode
Extract a public key hash or a contract identifier from an address
Request
Response
Request
Path Parameters
address
required
string
Address to decode
Response
200: OK
{
"pkHash": "some pk hash"
}
400: Bad Request
Address missing
Previous
Contracts
Next
Blockchain
Last updated
3 years ago
Contents
get
Network Connections
get
Decode Address