The world's crowd-driven financial data community has a professional API made for you.
With our decentral approach to data verification, you can gain a deep insight into current and past pricing, volume and exchange info so you can make the right decisions to stay ahead of the game.
Show your users the most transparent data on the market with our API. Whether you're building a financial service, a portfolio management tool, a new media offering, or more, we have the most advanced and updated data on the market for your product.
For Oracle usage see github.
Use the most efficient and transparent crypto data to run simulations and backtest your trading or investing strategies. With crowd-aggregated hundreds of exchanges you can be sure that you're getting the right picture every single time.
Build your own models with our data, to further your interest or just for fun. With our flexible and powerful API, we provide you with a set of data that will help you draw insights and make conclusions.
Set a bounty on gitcoin.io or drop us line.
Version: 1.0
The DIA base url is https://api.diadata.org/. All API paths are sub-paths of this base URL.
Get chart points for.
Query Params:
- scale [string]: scale 5m 30m 1h 4h 1d 1w.
Path Params:
- symbol [string]: Some symbol.
- exchange [string]: Some exchange.
- filter [string]: Some filter.
Responses:
-
200: success.
-
404: Symbol not found.
-
500: error.
Get Symbol Details.
Query Params:
- scale [string]: scale 5m 30m 1h 4h 1d 1w.
Path Params:
- symbol [string]: Some symbol.
- filter [string]: Some filter.
Responses:
-
200: success.
-
404: Symbol not found.
-
500: error.
Get coins.
Responses:
-
200: success.
-
500: error.
Get pairs.
Responses:
-
200: success.
-
500: error.
Get quotation.
Path Params:
- symbol [string]: Some symbol.
Responses:
-
200: success.
-
404: Symbol not found.
-
500: error.
Post the circulating supply.
Query Params:
- Symbol [string]: Coin symbol.
- CirculatingSupply [number]: number of coins in circulating supply.
Responses:
-
200: success.
-
500: error.
Get supply.
Path Params:
- symbol [string]: Some symbol.
Responses:
-
200: success.
-
404: Symbol not found.
-
500: error.
Get Symbol Details.
Path Params:
- symbol [string]: Some symbol.
Responses:
-
200: success.
-
404: Symbol not found.
-
500: error.
Get all symbols list.
Query Params:
- scale [string]: scale 5m 30m 1h 4h 1d 1w.
Path Params:
- symbol [string]: Some symbol.
- filter [string]: Some filter.
Responses:
-
200: success.
-
500: error.
- exchange (string) - foreignName (string) - ignore (boolean) - symbol (string)
- block (integer) - circulatingSupply (number) - name (string) - source (string) - symbol (string) - time (string)
- symbols (array) - type: string
- estimatedUSDPrice (number) - foreignTradeID (string) - pair (string) - price (number) - source (string) - symbol (string) - time (string) - volume (number)
- usd (array) - models.CurrencyChange
- circulatingSupply (number) - name (string) - price (number) - priceYesterday (number) - symbol (string) - time (string) - volumeYesterdayUSD (number)
- change (object) - coins (array) - models.Coin - completeCoinList (array) - models.CoinSymbolAndName
- name (string) - symbol (string)
- rate (number) - rateYesterday (number) - symbol (string)
- pairs (array) - dia.Pair
- dataPoints (string)
- name (string) - price (number) - priceYesterday (number) - source (string) - symbol (string) - time (string) - volumeYesterdayUSD (number)
- change (object) - coin (object) - exchanges (array) - models.SymbolExchangeDetails - gfx1 (object) - rank (integer)
- lastTrades (array) - dia.Trade - name (string) - price (number) - priceYesterday (number) - time (string) - volumeYesterdayUSD (number)
- errorcode (integer) - errormessage (string)