kardiachain / kaidex-info-api

KAIDEX information service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KaiDex API

The KaiDex API is a set of endpoints used by market aggregators (e.g. coinmarketcap.com) to surface Kaidex liquidity and volume information. All information is fetched from the underlying subgraphs.

Documentation

The documentation of the endpoints, for Kaidex, can be found here.

Production

Deploy

Deployments to production are triggered by a webhook when a commit, or a pull-request is merged to master.

If you need to force a deployment, use the following command:

# Install dependencies
yarn

yarn start

About

KAIDEX information service


Languages

Language:TypeScript 100.0%