Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 489 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 489 Bytes

Cryptex CoinMarketCap API

A simple API for supplying CoinMarketCap with total supply information for the CTX and TCAP tokens.

Cryptex.Finance

Usage

First, bring up the service: docker-compose up -d.

After the service is running, the following endpoints will become available: /total-supply-tcap and /total-supply-ctx. Make a GET request to either to get their respective total supply values.

Changelog

  • 1.0.1 - Fix paths
  • 1.0.0 - Initial API