Crypto Market API

API designed for crypto traders looking to deploy their proprietary technical trading solution with AWS Lambda.

Service We Provide

Our goal is to provide fast, reliable, and standardized data access to all supported exchanges.
Quick and Simple
Standard RESTful API design with JSON payload makes parsing quick and straightforward.
AWS Lambda
Robust and scalable servers deliver market data to ensure maximum availability and performance.
Real-time Data
Access to standardized real-time market data for timely decision-making and market analysis.
Security & Privacy
All connections are running over HTTPS, and we do not store any information about you or which endpoints you use.

How Does It Work

Only a few simple steps away to launch your app with our API.
1Start Free, Upgrade Later

Start testing the API immediately without signing up for any subscription. You can always upgrade later. No API key is required.

2Pick your API, Start Coding

Read the documentation, and you will find all the information you need to integrate API into your app successfully.

3Launch Your App

Launch your app and harness the power of our API in your application with reliable and standardized data.

[
  {
    "id": "AO",
    "setting": {},
    "data": [1632.75770588, 0]
  },
  {
    "id": "ATR",
    "setting": {
      "length": 14,
      "smoothing": "RMA",
    },
    "data": [876.2504033]
  },
  {
    "id": "BB",
    "setting": {
      "length": 20,
      "source": "close",
      "stdDev": 2,
    },
    "data": [47699.2695, 49943.56492129, 45454.97407871]
  },
  {
    "id": "CCI",
    "setting": {
      "length": 20,
      "source": "close",
    },
    "data": [70.3710033]
  },
  ...
]
[
  {
    "name": "Bitcoin",
    "symbol": "BTCUSD",
    "price": 48902.55,
    "change": -0.05130024,
    "volume": 24390341176.367825,
    "mktCap": 924645747708.75,
    "mktFdCap": 1026953550000.0002,
    "supply": 18907925,
    "supplyMax": 21000000,
  },
  {
    "name": "Ethereum",
    "symbol": "ETHUSD",
    "price": 4003.91,
    "change": -0.36877322,
    "volume": 14066183760.219639,
    "mktCap": 475848849013.3735,
    "mktFdCap": 475848849013.3735,
    "supply": 118846040.249,
    "supplyMax": 118846040.249,
  },
  ...
]
[
  {
    "name": "Bitcoin",
    "symbol": "BTCUSD",
    "change1d": 0.13560839,
    "change1w": 4.9024566,
    "change1M": -14.00657,
    "change3M": 9.10953489,
    "change6M": 55.05534413,
    "change1y": 110.74763923,
    "changeYTD": 68.98684121,
    "volatility": 2.3738557,
  },
  {
    "name": "Ethereum",
    "symbol": "ETHUSD",
    "change1d": -0.05922269,
    "change1w": 2.29090261,
    "change1M": -13.35016127,
    "change3M": 27.31546661,
    "change6M": 121.89174201,
    "change1y": 585.94451618,
    "changeYTD": 444.37993255,
    "volatility": 4.51866804,
  },
  ...
]
[
  {
    "name": "Bitcoin",
    "symbol": "BTCUSD",
    "rating": 0,
    "ao": -4673.28458824,
    "atr": 2758.10222362,
    "cci": 12.76639208,
    "dmi": 38.16222576,
    "macdLv": -2143.93215813,
    "macdSig": -2544.72295033,
    "mom": -1107.62,
    "rsi": 44.7572827,
    "stochk": 49.27513903,
    "stochd": 34.54297594,
  },
  {
    "name": "Ethereum",
    "symbol": "ETHUSD",
    "rating": -0.09090909,
    "ao": -209.48522664,
    "atr": 358.36112877,
    "cci": -20.24293887,
    "dmi": 27.19252784,
    "macdLv": -88.82204495,
    "macdSig": -92.80404468,
    "mom": -115.83,
    "rsi": 47.36112864,
    "stochk": 40.56430844,
    "stochd": 37.27805852,
  },
  ...
]
[
  {
    "name": "Bitcoin",
    "symbol": "BTCUSD",
    "rating": -0.13333333,
    "price": 49025,
    "ma_20": 48742.0345,
    "ma_50": 55712.4442,
    "ma_200": 47289.07145,
    "bb_up": 52340.68348753,
    "bb_down": 45143.38551247,
  },
  {
    "name": "Ethereum",
    "symbol": "ETHUSD",
    "rating": 0,
    "price": 4019.61,
    "ma_20": 4062.409,
    "ma_50": 4295.18144045,
    "ma_200": 3304.10411883,
    "bb_up": 4403.97950908,
    "bb_down": 3720.83849092,
  },
  ...
]