Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

LedgerHQ/ledger-live-status-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ledger-live-status-api

A tiny server that returns the list of cryptos, with eventually a "KO" status, a message, and a link.

The purpose of this is to display a banner in LL, which inform users of infra problems.

Install

yarn

Run

node src/index.js

the default port is 3322

Endpoints

/currencies-status

Sample result:

[
  {"id":"aion","status":"OK","message":"","link":"","nonce":0},
  {"id":"akroma","status":"OK","message":"","link":"","nonce":0},
  {"id":"ark","status":"OK","message":"","link":"","nonce":0},
  {"id":"atheios","status":"OK","message":"","link":"","nonce":0},
  {"id":"banano","status":"OK","message":"","link":"","nonce":0},
  {"id":"bitcoin","status":"OK","message":"","link":"","nonce":0},
  {"id":"bitcoin_cash","status":"OK","message":"","link":"","nonce":0},
  {"id":"bitcoin_gold","status":"OK","message":"","link":"","nonce":0},
  {"id":"bitcoin_private","status":"OK","message":"","link":"","nonce":0}
  ...
]

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published