Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 986 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 986 Bytes
description
This page provides reference guides and overview of available Core API's

Introduction

This is a reference guide for the available Core API's. API's expose different resources and data provided by the Core Server (Node). Based on the Core Server configuration (enabled core modules) we can configure different array of services, such as:

  1. Public REST API
  2. Webhook API
  3. Exchange JSON-RPC
  4. Crypto JSON-RPC
  5. Elasticsearch API

{% hint style="info" %} Each Core server (node) has its own internal blockchain and state, meaning it may have forked or be out of sync, causing queries to fail. Monitor your node by comparing it to different public nodes, such as the official explorer to ensure you are in sync. {% endhint %}