Cratex ExchangeMarket provide interfaces (APIs) for both developers and general public.
Our APIs give access to allowed data regarding currencies and market statistics as accordingly to our terms of use.
DATA API
* All requests to our API must include the version. The current version being v1.
GET ALL MARKETS with BUY/SELL PRICE
This returns details about all markets.
GET https://cratex.io/api/v1/get_markets.php
JSON https://cratex.io/api/v1/get_markets_json.php
GET SINGLE MARKET with BUY/SELL PRICE
This returns details about all markets.
GET https://cratex.io/api/v1/get_markets.php?market=BTCZ/BTC
JSON https://cratex.io/api/v1/get_markets_json.php?market=BTCZ/BTC