Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Blockchain Node HTTP JSON API

There are two predefined parameters necessary for constructing url sucessfully:

  • listening http host ip e.g. 10.0.0.2
  • listening http port e.g. 49985
  • account address e.g. 34268774b426751444e55786d594e46505459325

Each API endpoint is opened without any authentication since blockchain network is public.

Core url is http://${host}:{port}/${address} e.g. http://10.0.0.2:49985/34268774b426751444e55786d594e46505459325. Meaning that every endpoint is relative to this path.

Endpoints