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
Powered by GitBook

API

Documentation of the zen-node api end points

Setup

Start by installing the headless zen-node library and running a node locally.

Use port 11567 for mainnet network or use 31567 for testnet network

API End Points

Wallet
/apps/headless/api/wallet
Contracts
/apps/headless/api/contracts
Blockchain
/apps/headless/api/blockchain
General
/apps/headless/api/general
AddressDB
/apps/headless/api/addressdb

Import API Collection with Postman

You can easily import all of the api end points and start playing with them using Postman​

Link to import the Zen Protocol API Postman collection:

​https://www.getpostman.com/collections/808a5509180c0df55d18​

Previous
CLI
Next
Wallet
Last updated 4 weeks ago
Contents
Setup
API End Points
Import API Collection with Postman